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