toMatrix method

StaticMatrix<T> toMatrix()

Convert a list to matrix

Implementation

StaticMatrix<T> toMatrix() => StaticMatrix.fromList(this);