Re: Cholesky factorization
Raymond Toy <[email protected]>
| Newsgroups | gmane.lisp.matlisp.user |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "rif" == rif <[email protected]> writes: rif> I guess I'm a little confused. If we don't already have operations rif> like this, what's the point of exposing LU from Lapack? AFAIK, the rif> reason to do an LU decomposition is so that I can then use it to solve rif> systems in time O(n^2)... It means I was too lazy to either look up the necessary routines or was too lazy to add the necessary smarts because I didn't need them. Ray