Click or drag to resize

Matrix(Double) Constructor

Initializes a new instance of the Matrix class using a array.

Namespace: DotNumerics.LinearAlgebra
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Matrix(
	double[,] data
)
Request Example View Source

Parameters

data  Double
The data of the matrix.
See Also