Tensor

Arbitrary tensor implementation, allows any row length less than or equal to 256 bits in total and can be interacted with as an array.

Constructors

this
this(Matrix!(T, ROWS, COLUMNS)[DEPTH] data)
Undocumented in source.

Members

Functions

opBinary
auto opBinary(R rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
auto opBinary(R rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
auto opBinaryRight(L lhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
auto opBinaryRight(L lhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
auto opOpAssign(A ahs)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
auto opOpAssign(A ahs)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

data
Matrix!(T, ROWS, COLUMNS)[DEPTH] data;
Undocumented in source.

Meta