Matrix(DVector) Constructor

Creates a matrix given its rows.

Definition

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+d1268756e036101f601080f153b3997e72fc912d
C#
public Matrix(
	params DVector[] rows
)

Parameters

rows  DVector
The array of rows.

Exceptions

MatrixSizeException When there are not enough rows or there is a column size mismatch.

See Also