Re: Cholesky factorization

"Michael A. Koerber" <[email protected]>
Newsgroups gmane.lisp.matlisp.user
Message-ID <[email protected]>
> If R\t means R^(-1)*t, the (m/ t r) will do that.  However, I think
> that's probably rather expensive because it probably will use Gaussian
> elimination to solve this set of equations.  Some other special
> routine from LAPACK should probably be used.

(m/ A B) uses the LU decomposition routines.  Not also the recent
addition made (GETRS! ... ) uses LU.

mike
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.