libdaque ~master (2018-08-15T06:36:18Z)
Dub
Repo
Matrix
daque
math
linear
Undocumented in source.
struct
Matrix (
RealType
uint
Rows
uint
Columns
MatrixOrder
Order
=
MatrixOrder
.
ColumnMajor
) {
RealType
opIndex
(uint i, uint j);
RealType
[]
linearize
();
static
Matrix
!(
RealType
,
Rows
,
Columns
,
Order
)
Identity
();
}
Members
Functions
linearize
RealType
[]
linearize
()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
RealType
opIndex
(uint i, uint j)
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
Identity
Matrix
!(
RealType
,
Rows
,
Columns
,
Order
)
Identity
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
daque
math
linear
enums
MatrixOrder
structs
Matrix