MMatrix(MItem, Boolean, Boolean) Constructor
Initializes a new instance of the
MMatrix class
Namespace: SMath.Math.SymbolicAssembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.35.9018.0
public MMatrix(
MItem[] items,
bool negative,
bool inverse
)
Public Sub New (
items As MItem(),
negative As Boolean,
inverse As Boolean
)
public:
MMatrix(
array<MItem^>^ items,
bool negative,
bool inverse
)
new :
items : MItem[] *
negative : bool *
inverse : bool -> MMatrix
Parameters
- items MItem
-
- negative Boolean
-
- inverse Boolean
-