From: Raymond T. <ray...@er...> - 2005-09-19 20:30:31
|
>>>>> "Jeremy" == Jeremy Shute <js...@ya...> writes: Jeremy> On the Matlisp homepage, I see: Jeremy> ...Cholesky decompositions and the list continues... Jeremy> Which method does Cholesky? I can't find any mention of Cholesky by grepping Jeremy> the src/ folder, though I see it in the Fortran files... Hmm. I can't find it either. It appears that the Cholesky decomposition is in dpotrf and friends. I'll look into adding it. If it's in LAPACK, but not matlisp, it usually means no one got around to hooking up an interface to it because no one had a need for it. Jeremy> (matlisp:help) doesn't work on my SBCL for whatever reason... I've heard that, but I don't have a fix for that. Ray |