d2d ~master (2018-04-09T05:09:26Z)
Home
Dub
Repo
Matrix.this
d2d
math
Matrix
Matrix
Constructs a matrix from a two-dimensional array of elements
this
(
T
[][]
elements
)
class
Matrix
(T, uint rows, uint columns)
this
(
T
[][]
elements
)
this
(
T
[
columns
][
rows
]
elements
)
this
(
T
element
)
this
()
this
(
Matrix
!(
T
,
rows
,
columns
)
toCopy
)
Meta
Source
See Implementation
d2d
math
Matrix
Matrix
constructors
this
functions
getColumn
getRow
opAssign
setColumn
setRow
properties
determinant
variables
elements
Constructs a matrix from a two-dimensional array of elements