dstruct ~master (2015-04-27T00:40:08Z)
Home
Dub
Repo
Matrix.opApply
dstruct
matrix
Matrix
Overload for foreach(rowIndex, columnIndex, value; matrix) {}
struct
Matrix
(Number, size_t _rowCount, size_t _columnCount)
@
trusted
int
opApply
(
int
delegate
(
ref
size_t
,
ref
size_t
,
ref
Number
)
dg
)
if
(
isNumeric
!
Number
&&
_rowCount
> 0
&&
_columnCount
> 0
)
Meta
Source
See Implementation
dstruct
matrix
Matrix
constructors
this
functions
opApply
opBinary
opIndex
opOpAssign
manifest constants
columnCount
empty
isSquare
rowCount
properties
array1D
variables
array2D
Overload for foreach(rowIndex, columnIndex, value; matrix) {}