carbon v1.8.0 (2018-09-02T09:54:37Z)
Home
Dub
Repo
DMatrix.opAssign
carbon
linear
DMatrix
Undocumented in source. Be warned that the author may not have intended to support it.
void
opAssign
(M mat)
void
opAssign
(X m)
void
opAssign
(X m)
struct
DMatrix
(T, Msize_t rs = dynamic, Msize_t cs = dynamic, Major mjr = Major.row)
void
opAssign
(
X
)
(
X
m
)
if
(
!
isNarrowMatrix
!
X
&&
isRandomAccessRange
!
X
&&
isAssignable
!(
T
,
std.range.ElementType
!
X
)
)
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