Outputs for the triangular matrix routines. More...

Public Member Functions | |
| void | print () |
| void | printLowerCholFact () |
| void | printInverseLowerTri () |
| void | printInverseUpperTri () |
Public Attributes | |
| Matrix | L |
| Matrix | U |
| Matrix | P |
| String | status |
| Vector | x |
| Vector | y |
| Matrix | invL |
| Matrix | invU |
Outputs for the triangular matrix routines.
| void kao.math.matvec.lib.TriMat.Out.print | ( | ) |
| void kao.math.matvec.lib.TriMat.Out.printInverseLowerTri | ( | ) |
| void kao.math.matvec.lib.TriMat.Out.printInverseUpperTri | ( | ) |
| void kao.math.matvec.lib.TriMat.Out.printLowerCholFact | ( | ) |
Inverse matrix of L
Inverse matrix of U
Lower triangular matrix
Permutation matrix
Status
Upper triangular matrix
1.6.1