codac 2.0.0
|
#include "codac2_matrices.h"
Go to the source code of this file.
Namespaces | |
namespace | codac2 |
Typedefs | |
using | codac2::Matrix = Eigen::Matrix<double,-1,-1> |
Alias for a dynamic-size matrix of doubles. | |
Functions | |
std::ostream & | codac2::operator<< (std::ostream &os, const Matrix &x) |
Stream output operator for Matrix objects. | |