#include <state-observation/tools/definitions.hpp>
|
| template<typename CustomNullaryOp > |
| static const Eigen::CwiseNullaryOp< CustomNullaryOp, typename Eigen::Matrix< double, compileTimeRows, compileTimeCols > > | nullaryExp (const CustomNullaryOp &func, Index rows=compileTimeRows, Index cols=compileTimeCols) |
| |
◆ nullaryExp()
template<int compileTimeRows = -1, int compileTimeCols = -1>
template<typename CustomNullaryOp >
| static const Eigen::CwiseNullaryOp<CustomNullaryOp, typename Eigen::Matrix<double, compileTimeRows, compileTimeCols> > stateObservation::FixOrDynMatrixToolsBySize< compileTimeRows, compileTimeCols >::nullaryExp |
( |
const CustomNullaryOp & |
func, |
|
|
Index |
rows = compileTimeRows, |
|
|
Index |
cols = compileTimeCols |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: