Tree

Undocumented in source.

Constructors

this
this(LHS lhs_, RHS rhs_, Leafs leafs_)
Undocumented in source.

Members

Aliases

LeafTypes
alias LeafTypes = Leafs
Undocumented in source.
Type
alias Type = CommonTypeOfTensors!(Leafs)
Undocumented in source.

Functions

opBinary
auto opBinary(R ohs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
auto opBinaryRight(R ohs)
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
auto opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

genCalc
auto genCalc()
Undocumented in source. Be warned that the author may not have intended to support it.
getShape
auto getShape()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_lhs
LHS _lhs;
Undocumented in source.
_rhs
RHS _rhs;
Undocumented in source.
leafs
Leafs leafs;
Undocumented in source.

Meta