Matrix

Undocumented in source.
struct Matrix (
RealType
uint Rows
uint Columns
MatrixOrder Order = MatrixOrder.ColumnMajor
) {}

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