Converts a matrix type to an array.
Converts an std::vector<std::vector> to an Eigen Array.
Converts a std::vector type to an array.
- Template Parameters
-
T | Type of Eigen Matrix or expression |
- Parameters
-
v | Specified Eigen Matrix or expression. |
- Returns
- Matrix converted to an array.
- Template Parameters
-
- Parameters
-
- Returns
- Matrix converted to an array.
- Template Parameters
-
T | A standard vector with inner container of a standard vector with an inner stan scalar. |
- Parameters
-
v | specified vector of vectorized |
- Returns
- An Eigen Array with dynamic rows and columns.
Definition at line 56 of file as_array_or_scalar.hpp.