Groups
Groups
Sign in
Groups
Groups
julia-users
Conversations
About
Send feedback
Help
inv()
77 views
Skip to first unread message
Eduardo H
unread,
Mar 4, 2013, 9:45:14 AM
3/4/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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 AM
3/4/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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 AM
3/5/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to julia...@googlegroups.com
We should probably capture this in an issue.
-viral
Patrick O'Leary
unread,
Mar 5, 2013, 8:56:02 AM
3/5/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to julia...@googlegroups.com
Done.
https://github.com/JuliaLang/julia/issues/2472
Reply all
Reply to author
Forward
0 new messages