Most efficient Linear Solver for square non-singular systems
23 views
Skip to first unread message
romain....@gmail.com
unread,
Apr 29, 2013, 4:18:27 AM4/29/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 efficient-java-mat...@googlegroups.com
Dear all,
I have a huge number of 3*3 linear systems to solve. I know those systems are not singular, because the goal is to find the parabola coefficients passing through three points with different abscissas. I want to use the most efficient linear solver for my problem, but I could not find this information anywhere. I hope I'll find some help here.