dstruct ~master (2015-04-27T00:40:08Z)
Home
Dub
Repo
Matrix.array1D
dstruct
matrix
Matrix
struct
Matrix
(Number, size_t _rowCount, size_t _columnCount)
@
trusted
pure nothrow @
property
ref
inout
(
Number
[
rowCount
*
columnCount
])
array1D
inout
(
)
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