MatrixMxN.h File Reference
#include <Core/Array/Array2.h>
#include <Core/Matrix/MatrixExpression.h>
#include <Core/Matrix/MatrixMxN-Impl.h>
Go to the source code of this file.
Classes | |
class | CubbyFlow::MatrixMxN< T > |
M x N matrix class. More... | |
Namespaces | |
CubbyFlow | |
Typedefs | |
using | CubbyFlow::MatrixMxNF = MatrixMxN< float > |
Float-type M x N matrix. More... | |
using | CubbyFlow::MatrixMxND = MatrixMxN< double > |
Double-type M x N matrix. More... | |