#include <vector>
#include <map>
#include <iosfwd>
#include <cstdint>
#include <string>
#include "Compare.hh"
#include "Kernel.hh"
#include "Storage.hh"
Go to the source code of this file.
|
class | cadabra::Adjform |
| Representation of the index structure of a tensor monomial, using a storage format which resembles an adjacency matrix. More...
|
|
class | cadabra::IndexMap |
| To ensure consistency when creating adjforms out of two different Ex objects an IndexMap object is required which keeps track of which numeric index represents which index name. More...
|
|
class | cadabra::ProjectedAdjform |
| Representation of a sum of tensor monomials, each having the same tensor names, but with different index positions. More...
|
|
|
| cadabra |
| Functions to handle the exchange properties of two or more symbols in a product.
|
|
◆ operator<<() [1/2]
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const cadabra::Adjform & |
adjform |
|
) |
| |
◆ operator<<() [2/2]