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"
Go to the source code of this file.
Classes | |
struct | CASM::SymRepTools_v2::_RealType< std::vector< T > > |
struct | CASM::SymRepTools_v2::_RealType< Eigen::Matrix< Scalar, RowsAtCompileTime, ColsAtCompileTime > > |
Namespaces | |
CASM | |
Main CASM namespace. | |
CASM::SymRepTools_v2 | |
Typedefs | |
template<typename T > | |
using | CASM::SymRepTools_v2::_Real = typename _RealType< T >::Type |
Functions | |
template<typename Derived > | |
_Real< Derived > | CASM::SymRepTools_v2::to_real (Eigen::MatrixBase< Derived > const &mat) |
template<typename T > | |
_Real< std::vector< T > > | CASM::SymRepTools_v2::to_real (std::vector< T > const &vec) |