#include "pybind11_tests.h"
#include "constructor_stats.h"
#include <pybind11/eigen.h>
#include <pybind11/stl.h>
#include <Eigen/Cholesky>
Go to the source code of this file.
|
using | MatrixXdR = Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic, Eigen::RowMajor > |
|
◆ MatrixXdR
using MatrixXdR = Eigen::Matrix<double, Eigen::Dynamic, Eigen::Dynamic, Eigen::RowMajor> |
◆ adjust_matrix()
template<typename MatrixArgType >
Eigen::MatrixXd adjust_matrix |
( |
MatrixArgType |
m | ) |
|
◆ get_cm()
Eigen::MatrixXd& get_cm |
( |
| ) |
|
◆ get_elem()
double get_elem |
( |
Eigen::Ref< const Eigen::MatrixXd > |
m | ) |
|
◆ get_rm()
◆ reset_ref()
◆ reset_refs()
◆ TEST_SUBMODULE()
TEST_SUBMODULE |
( |
eigen |
, |
|
|
m |
|
|
) |
| |