Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
CTF::Decomposition< dtype > Class Template Referenceabstract

#include <decomposition.h>

Inheritance diagram for CTF::Decomposition< dtype >:

Public Member Functions

virtual Contract_Term operator[] (char const *idx_map)=0
 associated an index map with the tensor decomposition for algebra More...
 

Detailed Description

template<typename dtype>
class CTF::Decomposition< dtype >

Definition at line 11 of file decomposition.h.

Member Function Documentation

template<typename dtype >
virtual Contract_Term CTF::Decomposition< dtype >::operator[] ( char const *  idx_map)
pure virtual

associated an index map with the tensor decomposition for algebra

Parameters
[in]idx_mapindex assignment for this tensor

Implemented in CTF::HoSVD< dtype >.


The documentation for this class was generated from the following file: