Linear Algebra
master
Accessible implementations of linear algebra algorithms
|
CHouseholderQR | QR factorization using Householder reflectors |
▼CMatrix | General matrix class |
CRowVector | A row vector (1×n matrix) |
CSquareMatrix | Square matrix class |
CVector | A column vector (n×1 matrix) |
CNoPivotLU | LU factorization without pivoting |
CPermutationMatrix | Class that represents matrices that permute the rows or columns of other matrices |
CRowPivotLU | LU factorization with row pivoting |