Go to the graphical class hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
CLSQ | |
▼CMatrix | A class describing a Matrix object. Matrices are array of size (n,m) whre n and m are integer greater or equal than 1. Notice that in general a matrix is not square. Non specific structure is assumed. Square, Diagonal, Triangular, etc, have dedicated classes |
CLTMatrix | A class describing a Lower Triangular Matrix. Lower triangular matrix are Matrix of dimension \(n\times n\) satisfying |
CSquareMatrix | |
CVector | A lightweight class describing a Vector object. Vectors are array with size n (>0) of doubles |