Linear Algebra  arduino
Accessible implementations of linear algebra algorithms
File List
Here is a list of all files with brief descriptions:
 ArduinoConfig.cpp
 ArduinoConfig.hppPreprocessor logic for configuring the library to make it compatible with the Arduino environment
 ArduinoCout.hppArduino std::ostream Serial wrapper
 ArduinoMacroFix.hppFixes for problematic macros defined by the Arduino Core
 ArduinoMatrixPrinter.cppFallback 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