Matrix class
Constructors
Properties
Methods
-
add(
Matrix x) → Matrix -
get(
int i, int j) → Complex -
mul(
Matrix x) → Matrix -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
set(
int i, int j, Complex value) → void -
toLatex(
) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited