Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ arena_matrix() [2/6]

template<typename MatrixType >
stan::math::arena_matrix< MatrixType, require_eigen_dense_base_t< MatrixType > >::arena_matrix ( Eigen::Index  rows,
Eigen::Index  cols 
)
inline

Constructs arena_matrix with given number of rows and columns.

Parameters
rowsnumber of rows
colsnumber of columns

Definition at line 36 of file arena_matrix.hpp.