Documentation
Dlang.org
RMatrix.opAssign
embedr
r
RMatrix
Copy the values of
m
into a new matrix.
void
opAssign
(
double
val
)
void
opAssign
(
RMatrix
m
)
void
opAssign
(
T
m
)
struct
RMatrix
version
(
gretl
)
void
opAssign
(
T
)
(
T
m
)
if
(
is
(
T
==
DoubleMatrix
) ||
is
(
T
==
GretlMatrix
)
)
Meta
Source
See Implementation
embedr
r
RMatrix
constructors
this
functions
mat
opAssign
opIndex
opIndexAssign
robj
Copy the values of m into a new matrix.