inv()

77 views
Skip to first unread message

Eduardo H

unread,
Mar 4, 2013, 9:45:14 AM3/4/13
to julia...@googlegroups.com
Interesting:

julia> x = [1:3]
3-element Int64 Array:
 1
 2
 3

julia> inv(x'x)
ERROR: no method inv(Array{Int64,1},)

julia> 

Regards,

Eduardo

Patrick O'Leary

unread,
Mar 4, 2013, 9:53:24 AM3/4/13
to julia...@googlegroups.com
x'x == [14], which gets dropped to one dimension. Maybe this should get a special case?

Viral Shah

unread,
Mar 5, 2013, 2:08:27 AM3/5/13
to julia...@googlegroups.com
We should probably capture this in an issue.

-viral

Patrick O'Leary

unread,
Mar 5, 2013, 8:56:02 AM3/5/13
to julia...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages