dunkelheit ~develop (2021-09-26T11:55:02.1809452)
Dub
Repo
SMatrix.opBinary
dkh
matrix
SMatrix
Undocumented in source. Be warned that the author may not have intended to support it.
auto
opBinary
(R r)
struct
SMatrix
(T, size_t H, size_t W)
const
auto
opBinary
(
string
op
: "+"
R
)
(
in
R
r
)
if
(
height
==
R.height
&&
width
==
R.width
)
auto
opBinary
(R r)
Meta
Source
See Implementation
dkh
matrix
SMatrix
aliases
DataType
constructors
this
functions
dup
opBinary
opIndex
opOpAssign
swapLine
properties
height
width
variables
data