SMatrix

行列ライブラリ

Constructors

this
this(Args args)
Undocumented in source.

Members

Aliases

DataType
alias DataType = T
Undocumented in source.

Functions

dup
SMatrix dup()
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
auto opBinary(R r)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
auto opBinary(R r)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
inout(T) opIndex(size_t i1, size_t i2)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
auto opOpAssign(T r)
Undocumented in source. Be warned that the author may not have intended to support it.
swapLine
void swapLine(size_t x, size_t y)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

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

Variables

data
T[W][H] data;
Undocumented in source.

Meta