Linear Algebra  master
Accessible implementations of linear algebra algorithms
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 CHouseholderQRQR factorization using Householder reflectors
 CMatrixGeneral matrix class
 CNoPivotLULU factorization without pivoting
 CPermutationMatrixClass that represents matrices that permute the rows or columns of other matrices
 CRowPivotLULU factorization with row pivoting
 CRowVectorA row vector (1×n matrix)
 CSquareMatrixSquare matrix class
 CVectorA column vector (n×1 matrix)