rowMatrix property

Matrix<T> rowMatrix

Returns a Matrix with this Vector as its single row.

Implementation

Matrix<T> get rowMatrix => RowMatrix<T>(this);