Documentation
Dlang.org
RMatrix.opIndex
embedr
r
RMatrix
Standard matrix indexing is possible.
double
opIndex
(
int
r
,
int
c
)
struct
RMatrix
double
opIndex
(
int
r
,
int
c
)
void
opIndexAssign
(
double
v
,
int
r
,
int
c
)
Meta
Source
See Implementation
embedr
r
RMatrix
constructors
this
functions
mat
opAssign
opIndex
opIndexAssign
robj
Standard matrix indexing is possible.