#include <MeasurementSelector.h>
|
template<class T_Matrix > |
static constexpr std::size_t | matrixColumns () |
| matrix adapter for Eigen additionally need +,- and * More...
|
|
template<class T_Matrix > |
static constexpr std::size_t | matrixRows () |
|
template<typename T_Float , class T_Matrix > |
static auto | matrixTypeCast (const T_Matrix &matrix) |
|
template<class T_Matrix > |
static auto | transpose (const T_Matrix &matrix) |
|
template<class T_Matrix > |
static auto | invert (const T_Matrix &matrix) |
|
Definition at line 98 of file MeasurementSelector.h.
◆ invert()
template<class T_Matrix >
static auto MeasurementSelectorMatrixTraits::invert |
( |
const T_Matrix & |
matrix | ) |
|
|
inlinestatic |
◆ matrixColumns()
template<class T_Matrix >
static constexpr std::size_t MeasurementSelectorMatrixTraits::matrixColumns |
( |
| ) |
|
|
inlinestaticconstexpr |
matrix adapter for Eigen additionally need +,- and *
Definition at line 102 of file MeasurementSelector.h.
102 {
return T_Matrix::ColsAtCompileTime;}
◆ matrixRows()
template<class T_Matrix >
static constexpr std::size_t MeasurementSelectorMatrixTraits::matrixRows |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ matrixTypeCast()
template<typename T_Float , class T_Matrix >
static auto MeasurementSelectorMatrixTraits::matrixTypeCast |
( |
const T_Matrix & |
matrix | ) |
|
|
inlinestatic |
◆ transpose()
template<class T_Matrix >
static auto MeasurementSelectorMatrixTraits::transpose |
( |
const T_Matrix & |
matrix | ) |
|
|
inlinestatic |
The documentation for this struct was generated from the following file: