product.h File Reference
#include <TiledArray/expressions/index_list.h>
Include dependency graph for product.h:
This graph shows which files directly or indirectly include this file:
Namespaces | |
TiledArray | |
TiledArray::expressions | |
Enumerations | |
enum | TiledArray::expressions::TensorProduct { TiledArray::expressions::TensorProduct::Hadamard, TiledArray::expressions::TensorProduct::Contraction, TiledArray::expressions::TensorProduct::General, TiledArray::expressions::TensorProduct::Invalid = -1 } |
types of binary tensor products known to TiledArray More... | |
Functions | |
TensorProduct | TiledArray::expressions::compute_product_type (const IndexList &left_indices, const IndexList &right_indices) |
TensorProduct | TiledArray::expressions::compute_product_type (const IndexList &left_indices, const IndexList &right_indices, const IndexList &target_indices) |