#include <index_mul.h>
|
template<class BlockT , class... Indices, class I , SizeT... Is> |
static decltype(auto) | evalMX (const Sptr< GMIndex< BlockT, Indices... > > &a, const Sptr< I > &b, Isq< Is... > is) |
|
template<class BlockT , class... Indices, class I , typename Meta , SizeT... Js> |
static decltype(auto) | evalXM (const Sptr< I > &a, const Sptr< GMIndex< BlockT, Indices... > > &b, Isq< Js... > js) |
|
template<class BlockT1 , class... Indices1, class BlockT2 , class... Indices2, SizeT... Is, SizeT... Js> |
static decltype(auto) | evalMM (const Sptr< GMIndex< BlockT1, Indices1... > > &a, const Sptr< GMIndex< BlockT2, Indices2... > > &b, Isq< Is... > is, Isq< Js... > js) |
|
Definition at line 22 of file index_mul.h.
◆ evalMM()
◆ evalMX()
◆ evalXM()
The documentation for this struct was generated from the following files: