|
CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include "casm/container/multivector.hh"#include "casm/external/Eigen/Core"#include "casm/global/definitions.hh"#include "casm/symmetry/IrrepDecomposition.hh"Go to the source code of this file.
Classes | |
| struct | CASM::SymRepTools_v2::IrrepWedge |
| An irreducible wedge in an irreducible vector space. More... | |
| class | CASM::SymRepTools_v2::SubWedge |
Namespaces | |
| CASM | |
| Main CASM namespace. | |
| CASM::SymRepTools_v2 | |
Functions | |
| IrrepWedge | CASM::SymRepTools_v2::make_dummy_irrep_wedge (Eigen::MatrixXd const &axes) |
| Construct a "dummy" IrrepWedge with user specified axes. More... | |
| SubWedge | CASM::SymRepTools_v2::make_dummy_subwedge (Eigen::MatrixXd const &axes) |
| Makes a "dummy" SubWedge from a single "dummy" IrrepWedge with given axes. More... | |
| std::vector< IrrepWedge > | CASM::SymRepTools_v2::make_irrep_wedges (IrrepDecomposition const &irrep_decomposition) |
| Make IrrepWedges from an IrrepDecomposition. More... | |
| std::vector< SubWedge > | CASM::SymRepTools_v2::make_symrep_subwedges (IrrepDecomposition const &irrep_decomposition) |
| Find full irreducible wedge of a group-represented vector space, as a vector of SubWedges, from an IrrepDecomposition. More... | |