Documentation
Dlang.org
RMatrix.opAssign
embedr
r
RMatrix
Set all values of a matrix equal to
val
.
void
opAssign
(
double
val
)
struct
RMatrix
void
opAssign
(
double
val
)
void
opAssign
(
RMatrix
m
)
void
opAssign
(
T
m
)
Examples
rm
=
1.5
;
Meta
Source
See Implementation
embedr
r
RMatrix
constructors
this
functions
mat
opAssign
opIndex
opIndexAssign
robj
Set all values of a matrix equal to val.