SMatrix

要素がメモリ上に連続して存在するような行列

Constructors

this
this(M mat)
Undocumented in source.

Members

Functions

opAssign
void opAssign(M mat)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
auto ref opIndex(size_t i, size_t j)
Undocumented in source.

Manifest constants

major
enum major;
Undocumented in source.

Properties

array
auto array [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
noAlias
M noAlias [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cols
enum size_t cols;
Undocumented in source.
isColumnMajor
enum bool isColumnMajor;
Undocumented in source.
isRowMajor
enum bool isRowMajor;
Undocumented in source.
rows
enum size_t rows;
Undocumented in source.

Meta