MathMatrix class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
add(dynamic r)
→ MathMatrix
-
-
addAndAss(dynamic r)
→ MathMatrix
-
-
ass(dynamic r)
→ MathMatrix
-
-
col()
→ int
-
-
div(dynamic r)
→ MathMatrix
-
-
divAndAss(dynamic r)
→ MathMatrix
-
-
equal(dynamic r)
→ bool
-
-
expand(int row, int col)
→ MathValue
-
-
len()
→ int
-
-
mat(int index)
→ MathValue
-
-
minus()
→ MathMatrix
-
-
mod(dynamic r)
→ MathMatrix
-
-
modAndAss(dynamic r)
→ MathMatrix
-
-
mul(dynamic r)
→ MathMatrix
-
-
mulAndAss(dynamic r)
→ MathMatrix
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
notEqual(dynamic r)
→ bool
-
-
resize(int row, int col)
→ void
-
-
row()
→ int
-
-
set(int row, int col, dynamic val)
→ void
-
-
setDenom(int row, int col, double val)
→ void
-
-
setImag(int row, int col, double val)
→ void
-
-
setMat(int index, MathValue val)
→ void
-
-
setNum(int row, int col, double val)
→ void
-
-
setReal(int row, int col, double val)
→ void
-
-
sub(dynamic r)
→ MathMatrix
-
-
subAndAss(dynamic r)
→ MathMatrix
-
-
toFloat(int row, int col)
→ double
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
trans()
→ MathMatrix
-
-
val(int row, int col)
→ MathValue
-