carbon v0.0.3 (2014-05-12T14:15:52Z)
Home
Dub
Repo
SMatrix.opIndex
carbon
linear
SMatrix
Undocumented in source.
struct
SMatrix
(T, Msize_t rs = 0, Msize_t cs = 0, Major mjr = Major.row)
ref inout
auto ref
opIndex
(
size_t
i
,
size_t
j
)
if
(
rs
>= 0 &&
cs
>= 0
)
Meta
Source
See Implementation
carbon
linear
SMatrix
constructors
this
functions
opAssign
opIndex
manifest constants
major
properties
array
noAlias
stackRef
variables
cols
isColumnMajor
isRowMajor
rows