CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include "casm/crystallography/Coordinate.hh"
#include "casm/crystallography/Lattice.hh"
#include "casm/crystallography/SymTools.hh"
#include "casm/misc/CASM_Eigen_math.hh"
Go to the source code of this file.
Namespaces | |
CASM | |
Main CASM namespace. | |
CASM::xtal | |
CASM::sym | |
Functions | |
void | CASM::xtal::_formatted_print (std::ostream &stream, Eigen::Vector3d vec, COORD_TYPE mode, char term, Eigen::IOFormat format) |
Coordinate | CASM::xtal::operator* (const SymOp &LHS, const Coordinate &RHS) |
std::ostream & | CASM::xtal::operator<< (std::ostream &stream, const Coordinate &coord) |
xtal::Coordinate & | CASM::sym::apply (const xtal::SymOp &op, xtal::Coordinate &coord) |
apply SymOp to a Coordinate More... | |
xtal::Coordinate | CASM::sym::copy_apply (const xtal::SymOp &op, xtal::Coordinate coord) |
Copy and apply SymOp to a Coordinate. More... | |