Linear Algebra
arduino
Accessible implementations of linear algebra algorithms
|
▼Narduino | |
CSerialBuf | "Buffer" custom std::ostream that wraps the Serial output of the Arduino |
CHouseholderQR | QR factorization using Householder reflectors |
CMatrix | General matrix class |
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 |
CRowVector | A row vector (1×n matrix) |
CSquareMatrix | Square matrix class |
CVector | A column vector (n×1 matrix) |