namespace ewalena
0.2.15
ewalena is not an acronym
|
#include <cassert>
#include <map>
#include <cmath>
#include <iostream>
#include <ewalena/base/tensor.h>
#include <ewalena/lac/matrix.h>
Go to the source code of this file.
Classes | |
class | ewalena::TensorTools::VoightMap |
Namespaces | |
namespace | ewalena |
namespace | ewalena::TensorTools |
Functions | |
template<int dim, typename ValueType > | |
Matrix< ValueType > | ewalena::TensorTools::voight_fold (const Tensor< dim, 2, ValueType > &T) |
template<int dim, typename ValueType > | |
Matrix< ValueType > | ewalena::TensorTools::voight_fold (const Tensor< dim, 3, ValueType > &T, const unsigned int symmetry_direction=0) |
template<int dim, typename ValueType > | |
Matrix< ValueType > | ewalena::TensorTools::voight_fold (const Tensor< dim, 4, ValueType > &T) |