dstruct v0.1.0 (2015-03-29T14:44:48Z)
Home
Dub
Repo
Matrix.opIndex
dstruct
matrix
Matrix
inout
(
Number
[
columnCount
])
opIndex
(size_t row)
inout
(
Number
)
opIndex
(size_t row, size_t column)
struct
Matrix
(Number, size_t _rowCount, size_t _columnCount)
@
safe
pure nothrow ref inout
inout
(
Number
)
opIndex
(
size_t
row
,
size_t
column
)
if
(
isNumeric
!
Number
&&
_rowCount
> 0
&&
_columnCount
> 0
)
Parameters
row
size_t
A row index.
column
size_t
A column index.
Return Value
Type:
inout
(
Number
)
A value from the matrix
Meta
Source
See Implementation
dstruct
matrix
Matrix
constructors
this
functions
opApply
opBinary
opIndex
opOpAssign
manifest constants
columnCount
empty
isSquare
rowCount
properties
array1D
variables
array2D