Linear Algebra
arduino
Accessible implementations of linear algebra algorithms
|
Fallback functions for printing matrices without relying on std::ostream or printf.
Definition in file ArduinoMatrixPrinter.cpp.
#include <include/linalg/Arduino/ArduinoConfig.hpp>
#include <stdio.h>
#include <stdint.h>
#include <include/linalg/Matrix.hpp>
#include <new>
Go to the source code of this file.
Namespaces | |
detail | |
Functions | |
void | format_double (double d, char *buf, uint8_t width, uint8_t precision) |
Print & | operator<< (Print &print, const Matrix &M) |
|
related |
Definition at line 62 of file ArduinoMatrixPrinter.cpp.