LIBINT 2.7.2
Public Member Functions | List of all members
libint2::Tensor< T > Struct Template Reference

Public Member Functions

 Tensor (const Tensor &)=default
 
 Tensor (Tensor &&)=default
 
template<class ... Dims>
 Tensor (Dims ... dims)
 
T * data ()
 
const T * data () const
 
template<class ... MultiIndex>
T * data (MultiIndex ... index)
 
template<class ... MultiIndex>
const T * data (MultiIndex ... index) const
 
template<class ... MultiIndex>
const T & operator() (MultiIndex ... index)
 

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