|
codac 2.0.0
|
#include "codac2_matrices.h"

Go to the source code of this file.
Namespaces | |
| namespace | codac2 |
Typedefs | |
| using | codac2::Row = Eigen::Matrix<double,1,-1> |
| Alias for a dynamically-sized row vector of doubles. | |
Functions | |
| std::ostream & | codac2::operator<< (std::ostream &os, const Row &x) |
Stream output operator for Row objects. | |