OGS
|
Definition at line 17 of file EigenBlockMatrixView.h.
#include <EigenBlockMatrixView.h>
Public Types | |
using | Scalar = typename M::Scalar |
using | Matrix = Eigen::Matrix<Scalar, rows, cols, Eigen::ColMajor> |
Public Member Functions | |
constexpr | EigenBlockMatrixViewFunctor (const M &matrix) |
constexpr const Scalar | operator() (Eigen::Index row, Eigen::Index col) const |
Static Public Attributes | |
static constexpr int | rows |
static constexpr int | cols |
Private Attributes | |
const M::Nested & | matrix_ |
using MathLib::EigenBlockMatrixViewFunctor< D, M >::Matrix = Eigen::Matrix<Scalar, rows, cols, Eigen::ColMajor> |
Definition at line 27 of file EigenBlockMatrixView.h.
using MathLib::EigenBlockMatrixViewFunctor< D, M >::Scalar = typename M::Scalar |
Definition at line 26 of file EigenBlockMatrixView.h.
|
inlineexplicitconstexpr |
Definition at line 29 of file EigenBlockMatrixView.h.
|
inlineconstexpr |
Definition at line 32 of file EigenBlockMatrixView.h.
References MathLib::EigenBlockMatrixViewFunctor< D, M >::matrix_.
|
staticconstexpr |
Definition at line 23 of file EigenBlockMatrixView.h.
|
private |
Definition at line 42 of file EigenBlockMatrixView.h.
Referenced by MathLib::EigenBlockMatrixViewFunctor< D, M >::operator()().
|
staticconstexpr |
Definition at line 20 of file EigenBlockMatrixView.h.