MatrixFactory 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
-
create(MatrixType type, int rowCount, int columnCount, {double min = 0, double max = 1, bool isDouble = false, dynamic value, int? seed, Random? random})
→ Matrix
-
Creates a matrix with the specified
type, rowCount, and columnCount.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
tridiagonal(int n, double a, double b, double c)
→ Matrix
-
Creates a tridiagonal matrix with the given size and diagonal values.