dstruct v0.1.0 (2015-03-29T14:44:48Z)
Home
Dub
Repo
Matrix.array1D
dstruct
matrix
Matrix
struct
Matrix
(Number, size_t _rowCount, size_t _columnCount)
@
trusted
pure nothrow @
property
ref inout
inout
(
Number
[
rowCount
*
columnCount
])
array1D
(
)
if
(
isNumeric
!
Number
&&
_rowCount
> 0
&&
_columnCount
> 0
)
Return Value
Type:
inout
(
Number
[
rowCount
*
columnCount
])
A reference to this matrix's data as a 1D array.
Meta
Source
See Implementation
dstruct
matrix
Matrix
constructors
this
functions
opApply
opBinary
opIndex
opOpAssign
manifest constants
columnCount
empty
isSquare
rowCount
properties
array1D
variables
array2D