Namespaces | |
corba | |
Classes | |
class | EigenTypekitPlugin |
struct | get_size |
struct | matrix_i_j_constructor |
struct | matrix_index |
struct | MatrixTypeInfo |
struct | vector_index |
struct | vector_index_array_constructor |
struct | vector_index_constructor |
struct | vector_index_value_constructor |
struct | VectorTypeInfo |
Functions | |
double & | get_item (VectorXd &v, int index) |
double | get_item_copy (const VectorXd &v, int index) |
int | get_size (const VectorXd &v) |
std::istream & | operator>> (std::istream &is, MatrixXd &v) |
std::istream & | operator>> (std::istream &is, VectorXd &v) |
double& Eigen::get_item | ( | VectorXd & | v, |
int | index | ||
) |
Definition at line 79 of file eigen_typekit.cpp.
double Eigen::get_item_copy | ( | const VectorXd & | v, |
int | index | ||
) |
Definition at line 86 of file eigen_typekit.cpp.
int Eigen::get_size | ( | const VectorXd & | v | ) |
Definition at line 94 of file eigen_typekit.cpp.
std::istream& Eigen::operator>> | ( | std::istream & | is, |
MatrixXd & | v | ||
) |
Definition at line 72 of file eigen_typekit.cpp.
std::istream& Eigen::operator>> | ( | std::istream & | is, |
VectorXd & | v | ||
) |
Definition at line 75 of file eigen_typekit.cpp.