carbon v1.8.0 (2018-09-02T09:54:37Z)
Home
Dub
Repo
SMatrix.opAssign
carbon
linear
SMatrix
Undocumented in source. Be warned that the author may not have intended to support it.
struct
SMatrix
(T, Msize_t rs = 0, Msize_t cs = 0, Major mjr = Major.row)
void
opAssign
(
M
)
(
auto
ref
M
mat
)
if
(
isValidOperator
!(
typeof
(this), "=",
M
)
)
if
(
rs
>= 0 &&
cs
>= 0
)
Meta
Source
See Implementation
carbon
linear
SMatrix
constructors
this
functions
opAssign
opIndex
manifest constants
major
properties
array
noAlias
variables
cols
isColumnMajor
isRowMajor
rows