Method | Description | |
---|---|---|
GivensDecomposition ( MatrixValue A ) : YAMP.Exceptions |
Creates a new Givens decomposition.
|
|
Solve ( MatrixValue b ) : MatrixValue |
Least squares solution of A * X = B
|
public GivensDecomposition ( MatrixValue A ) : YAMP.Exceptions | ||
A | MatrixValue | The matrix to decompose. |
return | YAMP.Exceptions |
public Solve ( MatrixValue b ) : MatrixValue | ||
b | MatrixValue | A Matrix with as many rows as A and any number of columns. |
return | MatrixValue |