Click or drag to resize

Matrix(Int32) Constructor

Initializes a new instance of the Matrix class of the given size.

Namespace: DotNumerics.LinearAlgebra
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Matrix(
	int size
)
Request Example View Source

Parameters

size  Int32
Size
See Also