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

◆ arena_matrix() [3/6]

template<typename MatrixType >
stan::math::arena_matrix< MatrixType, require_eigen_dense_base_t< MatrixType > >::arena_matrix ( Eigen::Index  size)
inlineexplicit

Constructs arena_matrix with given size.

This only works if MatrixType is row or col vector.

Parameters
sizenumber of elements

Definition at line 46 of file arena_matrix.hpp.