Go to the source code of this file.
Functions | |
| template<typename Derived > | |
| const Eigen::VectorBlock< const Derived, 2 > | firstTwo (const Eigen::MatrixBase< Derived > &v) |
| template<typename Derived > | |
| Eigen::VectorBlock< Derived, 2 > | firstTwo (Eigen::MatrixBase< Derived > &v) |
| int | main (int, char **) |
| const Eigen::VectorBlock<const Derived, 2> firstTwo | ( | const Eigen::MatrixBase< Derived > & | v | ) |
Definition at line 13 of file class_FixedVectorBlock.cpp.
| Eigen::VectorBlock<Derived, 2> firstTwo | ( | Eigen::MatrixBase< Derived > & | v | ) |
Definition at line 6 of file class_FixedVectorBlock.cpp.
| int main | ( | int | , |
| char ** | |||
| ) |
Definition at line 18 of file class_FixedVectorBlock.cpp.