MMatrix(MItem, Boolean, Boolean) 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(
	MItem[] items,
	bool negative,
	bool inverse
)

Parameters

items  MItem
 
negative  Boolean
 
inverse  Boolean
 

See Also