gfx ~meson (2022-03-26T21:27:26.8342465)
Dub
Repo
Mat.opIndexOpAssign
gfx
math
mat
Mat
Apply op on a matrix component.
struct
Mat
(T, size_t R, size_t C)
void
opIndexOpAssign
(
string
op
)
(
in
T
val
,
in
size_t
r
,
in
size_t
c
)
if
(
op
== "+" ||
op
== "-"
||
op
== "*"
||
op
== "/"
)
Meta
Source
See Implementation
gfx
math
mat
Mat
aliases
Column
CompSeq
Component
Row
RowSeq
constructors
this
functions
column
comp
opBinary
opBinaryRight
opCast
opDollar
opIndex
opIndexAssign
opIndexOpAssign
opOpAssign
row
toString
manifest constants
columnLength
compLength
identity
length
rowLength
properties
compTup
ct
ctCol
data
rowTup
slice
Apply op on a matrix component.