chsvlib
chsv helper source code

◆ FixedMatrix() [3/15]

FixedMatrix ( const FixedMatrix< Val2, columns_number, rows_number, Alloc2, Derived2_t, Policy2_t > &  r)

Constructs a copy of given matrix transformed from some other instantiation of the FixedMatrix template with the same dimensions as the constructed one.

Template Parameters
Val2is a type of elements of the given matrix which should be explicitly convertible to value_type.
Alloc2is a type of an allocator of the given matrix which should be explicitly convertible to allocator_type
Derived2_tis a type derived from the parameter matrix type.
Parameters
ris a given matrix instance of another type. It is converted to the current type with a result (of conversion) to be a constructed matrix.