Method | Description | |
---|---|---|
Determinant ( ) : ScalarValue |
Determinant
|
|
LUDecomposition ( MatrixValue A ) : System |
LU Decomposition
|
|
Solve ( MatrixValue B ) : MatrixValue |
Solve A*X = B
|
public LUDecomposition ( MatrixValue A ) : System | ||
A | MatrixValue | Rectangular matrix |
return | System |
public Solve ( MatrixValue B ) : MatrixValue | ||
B | MatrixValue | A Matrix with as many rows as A and any number of columns. |
return | MatrixValue |