Loading [MathJax]/extensions/tex2jax.js
CPP Linear Algebra ToolBox  0.1.0
All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 CLSQ
 CLTMatrixA class describing a Lower Triangular Matrix. Lower triangular matrix are Matrix of dimension \(n\times n\) satisfying
 CMatrixA 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
 CSquareMatrix
 CVectorA lightweight class describing a Vector object. Vectors are array with size n (>0) of doubles