|
CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include "casm/symmetry/SymGroupRep.hh"#include <numeric>#include "casm/casm_io/Log.hh"#include "casm/casm_io/container/stream_io.hh"#include "casm/container/Permutation.hh"#include "casm/global/eigen.hh"#include "casm/misc/CASM_Eigen_math.hh"#include "casm/misc/CASM_math.hh"#include "casm/misc/algorithm.hh"#include "casm/symmetry/Orbit.hh"#include "casm/symmetry/SymMatrixXd.hh"#include "casm/symmetry/SymPermutation.hh"#include "casm/symmetry/VectorSymCompare.hh"Go to the source code of this file.
Namespaces | |
| CASM | |
| Main CASM namespace. | |
Functions | |
| SymGroupRep | CASM::coord_transformed_copy (SymGroupRep const &_rep, const Eigen::MatrixXd &trans_mat) |
| Make a copy of representation on vector space 'V' that is transformed into a representation on vector space 'W' 'trans_mat' is the unitary matrix that isomorphically maps 'V'->'W' (i.e., [w = trans_mat * v] and [v = trans_mat.transpose() * w] ) If the original representation to be transformed is just a temporary standalone SymGroupRep, be sure to delete it before falling out of scope. More... | |