[Lapackpp-devel] Tested LaLinearSolve(LaGenMatDouble, LaGenMatDouble &, LaGenMatDouble) ?
Status: Beta
Brought to you by:
cstim
From: Jacob \(Jack\) G. <jg...@cs...> - 2004-08-10 01:02:17
|
Hi, I've been trying to solve a matrix equation Ax=b with all 3 variables, A,x, and b, being LaGenMatDoubles. I've used tried the function LaLinearSolve(LaGenMatDouble, LaGenMatDouble &, LaGenMatDouble), however, my results are clearly not correct. (Maybe I'm doing something wrong) Has this been tested? I've noticed the tGenSolve.cc program does not contain a test for the linear solve of 3 matricies. ps. if you haven't noticed, I posted the row-order changes to cvs last night. Jack |