Linear Algebra
arduino
Accessible implementations of linear algebra algorithms
|
ArduinoConfig.cpp | |
ArduinoConfig.hpp | Preprocessor logic for configuring the library to make it compatible with the Arduino environment |
ArduinoCout.hpp | Arduino std::ostream Serial wrapper |
ArduinoMacroFix.hpp | Fixes for problematic macros defined by the Arduino Core |
ArduinoMatrixPrinter.cpp | Fallback functions for printing matrices without relying on std::ostream or printf |
Basic-matrix-operations-no-iostream.ino | |
Basic-matrix-operations.ino | |
Basics.cpp | |
HouseholderQR.cpp | |
HouseholderQR.hpp | |
HouseholderQR.ipp | |
Linear_Algebra.h | |
Matrix.cpp | |
Matrix.hpp | |
MatrixStorage.hpp | |
NoPivotLU.cpp | |
NoPivotLU.hpp | |
NoPivotLU.ipp | |
PermutationMatrix.cpp | |
PermutationMatrix.hpp | |
QR-PerfTest.cpp | |
RowPivotLU.cpp | |
RowPivotLU.hpp | |
RowPivotLU.ipp |