Matrix class
Constructors
- Matrix.new(int m, int n)
-
Matrix.filled(int m, int n, List<
List< entries)Complex> > -
Matrix.filledByReals(int m, int n, List<
List< entriesReal)double> > - Matrix.identity(int m, int n)
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