Matrix

Undocumented in source.

Constructors

this
this(T initialValue)
Undocumented in source.
this
this(T[] initialValues)
Undocumented in source.

Members

Aliases

_Columns
alias _Columns = Columns
Undocumented in source.
_Rows
alias _Rows = Rows
Undocumented in source.
_T
alias _T = T
Undocumented in source.
_VectorType
alias _VectorType = Vector!(T, Rows)
Undocumented in source.

Functions

getRowVector
Vector!(T, Columns) getRowVector(size_t row)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
_VectorType opBinary(_VectorType rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Matrix opBinary(scalar rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Matrix!(T, Rows, OtherColumns) opBinary(Matrix!(T, OtherRows, OtherColumns) rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Matrix opBinary(Matrix rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
Matrix opBinaryRight(scalar lhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
T opIndex(size_t row, size_t column)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
T opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
T opIndexAssign(T value, size_t row, size_t column)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
T opIndexAssign(T value, size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
Matrix opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
transpose
Matrix!(T, Columns, Rows) transpose()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

identity
Matrix identity [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta