tesseract++ 0.0.1
N-dimensional tensor library for embedded systems
Loading...
Searching...
No Matches
FusedTensorND< T, Dims > Member List

This is the complete list of members for FusedTensorND< T, Dims >, including all inherited members.

areDimsEqual()FusedTensorND< T, Dims >inlinestatic
data() const noexceptFusedTensorND< T, Dims >inline
data() noexceptFusedTensorND< T, Dims >inline
derived() constBaseExpr< FusedTensorND< T, Dims... > >inline
DimFusedTensorND< T, Dims >static
einsum(const BaseExpr< LeftExpr > &_tensor1, const BaseExpr< RightExpr > &_tensor2, const my_size_t a, const my_size_t b)FusedTensorND< T, Dims >inlinestatic
evalu(my_size_t flat) const noexceptFusedTensorND< T, Dims >inline
FusedTensorND() noexcept=defaultFusedTensorND< T, Dims >
FusedTensorND(T initValue) noexceptFusedTensorND< T, Dims >inlineexplicit
FusedTensorND(const FusedTensorND &other) noexceptFusedTensorND< T, Dims >inline
FusedTensorND(FusedTensorND &&other) noexceptFusedTensorND< T, Dims >inline
getDiagonalEntries(FusedTensorND< T, DiagonalSize, 1 > &diagonalEntries) constFusedTensorND< T, Dims >inline
getDim(my_size_t i) TESSERACT_CONDITIONAL_NOEXCEPTFusedTensorND< T, Dims >inlinestatic
getNumDims() noexceptFusedTensorND< T, Dims >inlinestatic
getShape() constFusedTensorND< T, Dims >inline
getStride(my_size_t i) TESSERACT_CONDITIONAL_NOEXCEPTFusedTensorND< T, Dims >inlinestatic
getTotalSize() noexceptFusedTensorND< T, Dims >inlinestatic
isIdentity() constFusedTensorND< T, Dims >inline
Layout typedefFusedTensorND< T, Dims >
logical_evalu(my_size_t logical_flat) const noexceptFusedTensorND< T, Dims >inline
may_alias(const Output &output) const noexceptFusedTensorND< T, Dims >inline
NumDimsFusedTensorND< T, Dims >static
operator()(Indices... indices) TESSERACT_CONDITIONAL_NOEXCEPTFusedTensorND< T, Dims >inline
operator()(Indices... indices) const TESSERACT_CONDITIONAL_NOEXCEPTFusedTensorND< T, Dims >inline
operator()(const my_size_t *indices) TESSERACT_CONDITIONAL_NOEXCEPTFusedTensorND< T, Dims >inline
operator()(const my_size_t *indices) const TESSERACT_CONDITIONAL_NOEXCEPTFusedTensorND< T, Dims >inline
operator()(my_size_t(&indices)[NumDims]) TESSERACT_CONDITIONAL_NOEXCEPTFusedTensorND< T, Dims >inline
operator()(my_size_t(&indices)[NumDims]) const TESSERACT_CONDITIONAL_NOEXCEPTFusedTensorND< T, Dims >inline
operator=(const BaseExpr< Expr > &expr)FusedTensorND< T, Dims >inline
operator=(const FusedTensorND &other) noexceptFusedTensorND< T, Dims >inline
operator=(FusedTensorND &&other) noexceptFusedTensorND< T, Dims >inline
PermutedViewConstExprFusedTensorND< T, Dims >friend
print(bool with_padding=false) constFusedTensorND< T, Dims >inline
print_access_policy_info() constFusedTensorND< T, Dims >inline
print_flat_data() constFusedTensorND< T, Dims >inline
printLayoutInfo() constFusedTensorND< T, Dims >inline
printND(bool showPadding=false) constFusedTensorND< T, Dims >inline
Self typedefFusedTensorND< T, Dims >
setDiagonal(T _val)FusedTensorND< T, Dims >inline
setHomogen(T _val) noexceptFusedTensorND< T, Dims >inline
setIdentity(void)FusedTensorND< T, Dims >inline
setRandom(T _maxRand, T _minRand)FusedTensorND< T, Dims >inline
setSequencial(void)FusedTensorND< T, Dims >inline
setToZero(void) noexceptFusedTensorND< T, Dims >inline
TotalSizeFusedTensorND< T, Dims >static
transpose_view() const noexceptFusedTensorND< T, Dims >inline
transpose_view(void) const noexceptFusedTensorND< T, Dims >inline
value_type typedefFusedTensorND< T, Dims >