|
CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include "casm/crystallography/IntegralCoordinateWithin.hh"#include <exception>#include <stdexcept>#include <string>#include <vector>#include "casm/crystallography/Lattice.hh"#include "casm/crystallography/UnitCellCoord.hh"#include "casm/external/Eigen/Core"#include "casm/global/eigen.hh"Go to the source code of this file.
Namespaces | |
| CASM | |
| Main CASM namespace. | |
| CASM::xtal | |
| CASM::xtal::impl | |
Functions | |
| std::vector< UnitCell > | CASM::xtal::impl::make_lattice_points (const OrderedLatticePointGenerator::matrix_type &transformation_matrix) |
| std::vector< UnitCell > | CASM::xtal::make_lattice_points (const Eigen::Matrix3l &transformation_matrix) |
| std::vector< UnitCell > | CASM::xtal::make_lattice_points (const Lattice &tiling_unit, const Lattice &superlattice, double tol) |