Matrix2d class

Constructors

Matrix2d(int _rows, int _cols, [ValueVector? data])

Properties

data ValueVector?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

at(int row, int col) Value
cols() int
fromIndex(int index) → (int, int)
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pad(int rings) Matrix2d
rows() int
toString() String
A string representation of this object.
inherited
transpose() Matrix2d

Operators

operator *(dynamic other) Matrix2d
operator +(dynamic other) Matrix2d
operator -(dynamic other) Matrix2d
operator /(dynamic other) Matrix2d
operator ==(Object other) bool
The equality operator.
inherited