![]() |
NuTo
Numerics Tool
|
#include <vector>#include <string>#include <Eigen/Core>Go to the source code of this file.
Namespaces | |
| NuTo | |
| NuTo::EigenCompanion | |
| Collection of helper functions for Eigen matrices. | |
Functions | |
| Eigen::Vector3d | NuTo::EigenCompanion::To3D (const Eigen::VectorXd &data) |
| converts data to a 3D vector, fills with zeros if needed More... | |
| Eigen::VectorXd | NuTo::EigenCompanion::ToEigen (std::initializer_list< double > l) |
| transforms an initializer_list to an Eigen::VectorXd More... | |
| Eigen::VectorXd | NuTo::EigenCompanion::ToEigen (double d) |
| transforms a single double number to an Eigen::VectorXd More... | |
1.8.11