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