zmath ~master (2021-07-15T08:21:03Z)
Home
Dub
Repo
Matrix.opIndexAssign
zmath
matrix
Matrix
Assigns a new cell value
void
opIndexAssign
(K val, size_t row, size_t col)
struct
Matrix
(T, size_t dim_)
nothrow @
nogc
void
opIndexAssign
(
K
)
(
K
val
,
size_t
row
,
size_t
col
)
if
(
is
(
K
:
real
)
)
if
(
__traits(
isFloating
,
T
) &&
dim_
>= 2
&&
dim_
<= 4
)
void
opIndexAssign
(K v, size_t i)
Meta
Source
See Implementation
zmath
matrix
Matrix
functions
approxEqual
determinant
inverse
isFinite
isOk
opBinary
opBinaryRight
opCast
opEquals
opIndex
opIndexAssign
opUnary
toString
transpose
properties
ptr
static variables
IDENTITY
ZERO
cells
dim
unions
__anonymous
Assigns a new cell value