retrograde ~master (2021-12-10T22:01:18.9456294)
Dub
Repo
Matrix.opUnary
retrograde
math
Matrix
Undocumented in source. Be warned that the author may not have intended to support it.
struct
Matrix
(T, uint Rows, uint Columns)
Matrix
opUnary
(
string
s
)
(
)
if
(
s
== "-"
)
if
(
Rows
> 0 &&
Columns
> 0
)
Meta
Source
See Implementation
retrograde
math
Matrix
aliases
_Columns
_Rows
_T
_VectorType
constructors
this
functions
getRowVector
opBinary
opBinaryRight
opIndex
opIndexAssign
opUnary
transpose
properties
identity