|
| int | LU_Decompose (math_Matrix &aa, math_IntegerVector &indx, double &d, double TINY=1.0e-20, const Message_ProgressRange &theProgress=Message_ProgressRange()) |
| int | LU_Decompose (math_Matrix &aa, math_IntegerVector &indx, double &d, math_Vector &vv, double TINY=1.0e-30, const Message_ProgressRange &theProgress=Message_ProgressRange()) |
| void | LU_Solve (const math_Matrix &aa, const math_IntegerVector &indx, math_Vector &bb) |
| int | LU_Invert (math_Matrix &aa) |
| int | SVD_Decompose (math_Matrix &aa, math_Vector &ww, math_Matrix &vv) |
| int | SVD_Decompose (math_Matrix &aa, math_Vector &ww, math_Matrix &vv, math_Vector &rv1) |
| void | SVD_Solve (const math_Matrix &u, const math_Vector &ww, const math_Matrix &vv, const math_Vector &bb, math_Vector &xx) |
| int | DACTCL_Decompose (math_Vector &aa, const math_IntegerVector &indx, const double MinPivot=1.e-20) |
| int | DACTCL_Solve (const math_Vector &aa, math_Vector &bb, const math_IntegerVector &indx, const double MinPivot=1.e-20) |
| int | Jacobi (math_Matrix &aa, math_Vector &d, math_Matrix &vv, int &nrot) |