Go to the source code of this file.
Classes | |
| struct | mim::plug::tensor::phase::Split |
| One node of a bracketing: i … j splits after s. More... | |
| class | mim::plug::tensor::phase::Reassoc |
| Reassociates chains of tensor.product_2d with the classic matrix-chain-order dynamic program, so that a chain is evaluated with the least number of vector-lane slots. More... | |
Namespaces | |
| namespace | mim |
| namespace | mim::plug |
| namespace | mim::plug::tensor |
| The tensor Plugin | |
| namespace | mim::plug::tensor::phase |
Typedefs | |
| using | mim::plug::tensor::phase::Splits = fe::Vector<Split> |
| A bracketing of a matrix chain, innermost node first. | |