Lapack++
|
Go to the source code of this file.
Classes | |
class | LaSymmFactDouble |
Functions | |
void | LaLinearSolve (LaSymmFactDouble &AF, LaGenMatDouble &X, LaGenMatDouble &B) |
Deprecated. Class for the LU factorization of a matrix. Note: This class is probably broken by design, because the matrices L and U do not exist separately in the internal lapack but they are part of the modified input matrix A.
Do not use this unless you are really sure you understand what this class does.
void LaLinearSolve | ( | LaSymmFactDouble & | AF, |
LaGenMatDouble & | X, | ||
LaGenMatDouble & | B | ||
) | [inline] |