carbon v1.8.0 (2018-09-02T09:54:37Z)
Home
Dub
Repo
DMatrix.opAssign
carbon
linear
DMatrix
Undocumented in source.
void
opAssign
(M mat)
struct
DMatrix
(T, Msize_t rs = dynamic, Msize_t cs = dynamic, Major mjr = Major.row)
void
opAssign
(
M
)
(
auto
ref
M
mat
)
if
(
!
is
(
typeof
(this) ==
M
) &&
isValidOperator
!(
typeof
(this), "=",
M
)
)
void
opAssign
(X m)
void
opAssign
(X m)
void
opAssign
(Array arr)
Meta
Source
See Implementation
carbon
linear
DMatrix
constructors
this
functions
opAssign
opIndex
manifest constants
major
properties
noAlias
reference
variables
cols
isColumnMajor
isRowMajor
rows