Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TMVA::Experimental::RTensor< V, C > Member List

This is the complete list of members for TMVA::Experimental::RTensor< V, C >, including all inherited members.

begin() noexceptTMVA::Experimental::RTensor< V, C >inline
Container_t typedefTMVA::Experimental::RTensor< V, C >
Copy(MemoryLayout layout=MemoryLayout::RowMajor) constTMVA::Experimental::RTensor< V, C >inline
end() noexceptTMVA::Experimental::RTensor< V, C >inline
ExpandDims(int idx) constTMVA::Experimental::RTensor< V, C >inline
fContainerTMVA::Experimental::RTensor< V, C >private
fDataTMVA::Experimental::RTensor< V, C >private
fLayoutTMVA::Experimental::RTensor< V, C >private
fShapeTMVA::Experimental::RTensor< V, C >private
fSizeTMVA::Experimental::RTensor< V, C >private
fStridesTMVA::Experimental::RTensor< V, C >private
GetContainer()TMVA::Experimental::RTensor< V, C >inline
GetContainer() constTMVA::Experimental::RTensor< V, C >inline
GetData()TMVA::Experimental::RTensor< V, C >inline
GetData() constTMVA::Experimental::RTensor< V, C >inline
GetMemoryLayout() constTMVA::Experimental::RTensor< V, C >inline
GetShape() constTMVA::Experimental::RTensor< V, C >inline
GetSize() constTMVA::Experimental::RTensor< V, C >inline
GetStrides() constTMVA::Experimental::RTensor< V, C >inline
Index_t typedefTMVA::Experimental::RTensor< V, C >
IsOwner() constTMVA::Experimental::RTensor< V, C >inline
IsView() constTMVA::Experimental::RTensor< V, C >inline
operator()(const Index_t &idx)TMVA::Experimental::RTensor< V, C >inline
operator()(const Index_t &idx) constTMVA::Experimental::RTensor< V, C >inline
operator()(Idx... idx)TMVA::Experimental::RTensor< V, C >
operator()(Idx... idx) constTMVA::Experimental::RTensor< V, C >
Reshape(const Shape_t &shape) constTMVA::Experimental::RTensor< V, C >inline
ReshapeInplace(const Shape_t &shape)TMVA::Experimental::RTensor< V, C >inlineprotected
Resize(const Shape_t &shape)TMVA::Experimental::RTensor< V, C >inline
RTensor(Value_t *data, Shape_t shape, MemoryLayout layout=MemoryLayout::RowMajor)TMVA::Experimental::RTensor< V, C >inline
RTensor(Value_t *data, Shape_t shape, Shape_t strides, MemoryLayout layout=MemoryLayout::RowMajor)TMVA::Experimental::RTensor< V, C >inline
RTensor(std::shared_ptr< Container_t > container, Shape_t shape, MemoryLayout layout=MemoryLayout::RowMajor)TMVA::Experimental::RTensor< V, C >inline
RTensor(Shape_t shape, MemoryLayout layout=MemoryLayout::RowMajor)TMVA::Experimental::RTensor< V, C >inline
Shape_t typedefTMVA::Experimental::RTensor< V, C >
Slice(const Slice_t &slice)TMVA::Experimental::RTensor< V, C >inline
Slice_t typedefTMVA::Experimental::RTensor< V, C >
Squeeze() constTMVA::Experimental::RTensor< V, C >inline
Transpose() constTMVA::Experimental::RTensor< V, C >inline
Value_t typedefTMVA::Experimental::RTensor< V, C >