d2d ~master (2018-04-09T05:09:26Z)
Home
Dub
Repo
Matrix.elements
d2d
math
Matrix
Matrix
The elements of the matrix; stored as an array of rows (i.e. row vectors)
class
Matrix
(T, uint rows, uint columns)
T
[
columns
][
rows
]
elements
;
Meta
Source
See Implementation
d2d
math
Matrix
Matrix
constructors
this
functions
getColumn
getRow
opAssign
setColumn
setRow
properties
determinant
variables
elements
The elements of the matrix; stored as an array of rows (i.e. row vectors)