#include <Eigen/Core>
#include <iostream>
Go to the source code of this file.
Functions | |
int | main (int, char **) |
template<typename Derived > | |
Eigen::Block< Derived, 2, 2 > | topLeft2x2Corner (MatrixBase< Derived > &m) |
template<typename Derived > | |
const Eigen::Block< const Derived, 2, 2 > | topLeft2x2Corner (const MatrixBase< Derived > &m) |
int main | ( | int | , |
char ** | |||
) |
Definition at line 20 of file class_FixedBlock.cpp.
Eigen::Block<Derived, 2, 2> topLeft2x2Corner | ( | MatrixBase< Derived > & | m | ) |
Definition at line 8 of file class_FixedBlock.cpp.
const Eigen::Block<const Derived, 2, 2> topLeft2x2Corner | ( | const MatrixBase< Derived > & | m | ) |
Definition at line 15 of file class_FixedBlock.cpp.