karasux ~master (2022-05-09T16:35:30.170042)
Dub
Repo
Matrix.opIndex
karasux
linear_algebra
matrix
Matrix
Get an element.
struct
Matrix
(size_t ROWS, size_t COLS, E = float)
ref const return scope
const
(
E
)
opIndex
(
size_t
i
,
size_t
j
)
Parameters
i
size_t
row index.
j
size_t
column index.
Return Value
Type:
const
(
E
)
element value.
Meta
Source
See Implementation
karasux
linear_algebra
matrix
Matrix
functions
fill
mul
opIndex
opIndexAssign
opIndexOpAssign
opOpAssign
swapRows
properties
columns
ptr
rows
static functions
fromRows
rotateX
rotateY
rotateZ
scale
translate
unit
Get an element.