#include <pybind11/eigen.h>#include <pybind11/eigen/matrix.h>#include <pybind11/stl.h>#include "constructor_stats.h"#include "pybind11_tests.h"#include <Eigen/Cholesky>
Go to the source code of this file.
| Classes | |
| struct | CustomOperatorNew | 
| Functions | |
| <<<<<<<< HEAD:pybind11/tests/test_eigen.cpp double get_elem(const Eigen::Ref< const Eigen::MatrixXd > &m) { return m(2, 1);};========double get_elem(const Eigen::Ref< const Eigen::MatrixXd > &m) { return m(2, 1);} >>>>>>> | for (int c=0;c< m.cols();c++) | 
| Eigen::MatrixXd & | get_cm () | 
| MatrixXdR & | get_rm () | 
| template<typename M > | |
| void | reset_ref (M &x) | 
| void | reset_refs () | 
| TEST_SUBMODULE (eigen_matrix, m) | |
| Variables | |
| return | ret | 
| <<<<<<<< HEAD:pybind11/tests/test_eigen.cpp double get_elem(const Eigen::Ref<const Eigen::MatrixXd> &m) { return m(2, 1); }; ======== double get_elem(const Eigen::Ref<const Eigen::MatrixXd> &m) { return m(2, 1); } >>>>>>> for | ( | ) | 
Definition at line 79 of file test_eigen_matrix.cpp.
| Eigen::MatrixXd& get_cm | ( | ) | 
Definition at line 44 of file test_eigen_matrix.cpp.
| MatrixXdR& get_rm | ( | ) | 
Definition at line 53 of file test_eigen_matrix.cpp.
| void reset_ref | ( | M & | x | ) | 
Definition at line 35 of file test_eigen_matrix.cpp.
| void reset_refs | ( | ) | 
Definition at line 62 of file test_eigen_matrix.cpp.
| TEST_SUBMODULE | ( | eigen_matrix | , | 
| m | |||
| ) | 
Definition at line 96 of file test_eigen_matrix.cpp.
| return ret | 
Definition at line 84 of file test_eigen_matrix.cpp.