MMatrix(Boolean, Boolean, Int32, Int32) Constructor

Initializes a new instance of the MMatrix class

Definition

Namespace: SMath.Math.Symbolic
Assembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.35.9018.0
C#
public MMatrix(
	bool negative,
	bool inverse,
	int rows,
	int cols
)

Parameters

negative  Boolean
 
inverse  Boolean
 
rows  Int32
 
cols  Int32
 

See Also