Метод | Описание | |
---|---|---|
IsFullRank ( ) : bool |
Is the matrix full rank?
|
|
QRDecomposition ( Matrix A ) |
QR Decomposition, computed by Householder reflections.
|
|
Solve ( Matrix B ) : Matrix |
Least squares solution of A*X = B
|
public QRDecomposition ( Matrix A ) | ||
A | Matrix | Structure to access R and the Householder vectors and compute Q. |
public Solve ( Matrix B ) : Matrix | ||
B | Matrix | A Matrix with as many rows as A and any number of columns. |
Результат | Matrix |