Converts a row vector to an eigen column vector.
Converts var_value
with row vector inner type to a var_value<>
with inner column vector type.
For row vectors this returns a Transpose<Eigen::Matrix<T, 1, -1>>
.
- Template Parameters
-
T | Type inheriting from EigenBase with dynamic compile time columns and fixed row of 1. |
- Parameters
-
- Returns
- Transposed vector.
- Template Parameters
-
T | A var_value<> with an inner row vector type. |
- Parameters
-
- Returns
- Transposed vector.
Definition at line 59 of file as_column_vector_or_scalar.hpp.