Methods
-
dot(AMatrix a, AMatrix b)
→ void
-
Computes this = a dot b. r, a and b must already be properly dimensioned.
inherited
-
equivalent(AMatrix other)
→ bool
-
inherited
-
formatValueWith(String fmt(Value))
→ String
-
inherited
-
get(int row, int col)
→ Value
-
inherited
-
getF(int row, int col)
→ double
-
inherited
-
getFixed(int r, int c)
→ Value?
-
override
-
identity()
→ void
-
Make this the identity matrix
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed.
inherited
-
residual(AMatrix a, AMatrix b)
→ void
-
Computes this = this - a dot b.
r, a and b must already be properly dimensioned.
inherited
-
set(int row, int col, Value v)
→ void
-
inherited
-
setF(int row, int col, double d)
→ void
-
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
visit(void f(int r, int c))
→ void
-
inherited