Linear Algebra  master
Accessible implementations of linear algebra algorithms
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CHouseholderQRQR factorization using Householder reflectors
 CMatrixGeneral matrix class
 CRowVectorA row vector (1×n matrix)
 CSquareMatrixSquare matrix class
 CVectorA column vector (n×1 matrix)
 CNoPivotLULU factorization without pivoting
 CPermutationMatrixClass that represents matrices that permute the rows or columns of other matrices
 CRowPivotLULU factorization with row pivoting