RandomImpl< T > Struct Template Reference

Static Public Member Functions

static auto Create (Eigen::Index rows, Eigen::Index cols)
 

Member Function Documentation

◆ Create()

template<typename T >
static auto RandomImpl< T >::Create ( Eigen::Index  rows,
Eigen::Index  cols 
)
inlinestatic
18 { return T::Random(rows, cols); }
int rows
Definition: Tutorial_commainit_02.cpp:1
int cols
Definition: Tutorial_commainit_02.cpp:1

References cols, and rows.

Referenced by test_eigen_type().


The documentation for this struct was generated from the following file: