DMatrix

内部で2次元配列を持つ行列です

Constructors

this
this(M m)
Undocumented in source.

Members

Functions

opAssign
void opAssign(M mat)
Undocumented in source.
opAssign
void opAssign(X m)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(X m)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(Array arr)
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

cols
size_t cols [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
cols
size_t cols [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
noAlias
M noAlias [@property setter]
Undocumented in source.
reference
auto reference [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
rows
size_t rows [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
rows
size_t rows [@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