retrograde ~master (2021-12-10T22:01:18.9456294)
Dub
Repo
Matrix.this
retrograde
math
Matrix
Undocumented in source.
this
(T initialValue)
struct
Matrix
(T, uint Rows, uint Columns)
this
(
T
initialValue
)
if
(
Rows
> 0 &&
Columns
> 0
)
this
(T[] initialValues)
Meta
Source
See Implementation
retrograde
math
Matrix
aliases
_Columns
_Rows
_T
_VectorType
constructors
this
functions
getRowVector
opBinary
opBinaryRight
opIndex
opIndexAssign
opUnary
transpose
properties
identity