Construct a one-dimensional matrix from an algebraic vector represented as an std::vector object. .
- Template Parameters
-
| value_t | is a type of elements of the input vector to be explicitly converted into value_type. |
| alloc_t | is a type of an allocator object used by the vector specified as the input parameter. |
- Parameters
-
| v | is a one dimensional vector of elements which represents the sole column of the matrix to be created. |
| alloc | is an allocator object used to manage storage of the matrix elements. |
- Exceptions
-