Namespaces | |
| corba | |
Classes | |
| class | EigenTypekitPlugin |
| struct | get_size_functor |
| struct | matrix_i_j_constructor |
| struct | matrix_index_functor |
| struct | MatrixTypeInfo |
| struct | vector_array_constructor |
| struct | vector_fixed_array_constructor |
| struct | vector_index |
| struct | vector_size_constructor |
| struct | vector_size_value_constructor |
| struct | VectorTypeInfo |
Typedefs | |
| typedef Matrix< double, 6, 1 > | Vector6d |
Functions | |
| template<typename VectorType > | |
| double & | get_item (VectorType &v, int index) |
| template<typename VectorType > | |
| double | get_item_copy (const VectorType &v, int index) |
| template<typename VectorType > | |
| int | get_size (const VectorType &v) |
| template<typename Derived > | |
| std::istream & | operator>> (std::istream &is, EigenBase< Derived > &v) |
| typedef Matrix<double,6,1> Eigen::Vector6d |
Definition at line 31 of file eigen_typekit.hpp.
| double& Eigen::get_item | ( | VectorType & | v, |
| int | index | ||
| ) |
Definition at line 89 of file eigen_typekit.cpp.
| double Eigen::get_item_copy | ( | const VectorType & | v, |
| int | index | ||
| ) |
Definition at line 97 of file eigen_typekit.cpp.
| int Eigen::get_size | ( | const VectorType & | v | ) |
Definition at line 105 of file eigen_typekit.cpp.
| std::istream& Eigen::operator>> | ( | std::istream & | is, |
| EigenBase< Derived > & | v | ||
| ) |
Definition at line 84 of file eigen_typekit.cpp.