ALPS MPS Codes
Reference documentation.
|
Namespaces | |
detail | |
Classes | |
class | one_matrix |
Functions | |
template<typename T > | |
const one_matrix< T > | operator+ (one_matrix< T > m1, one_matrix< T > const &m2) |
template<typename T > | |
const one_matrix< T > | operator- (one_matrix< T > m1, one_matrix< T > const &m2) |
template<typename T > | |
const one_matrix< T > | operator- (one_matrix< T > a) |
template<typename T > | |
const one_matrix< T > | operator* (one_matrix< T > const &m1, one_matrix< T > const &m2) |
template<typename T > | |
std::size_t | size_of (one_matrix< T > const &m) |
template<typename T > | |
std::ostream & | operator<< (std::ostream &o, one_matrix< T > const &m) |
const one_matrix<T> maquis::dmrg::operator* | ( | one_matrix< T > const & | m1, |
one_matrix< T > const & | m2 | ||
) |
Definition at line 126 of file one_matrix.hpp.
const one_matrix<T> maquis::dmrg::operator+ | ( | one_matrix< T > | m1, |
one_matrix< T > const & | m2 | ||
) |
Definition at line 114 of file one_matrix.hpp.
const one_matrix<T> maquis::dmrg::operator- | ( | one_matrix< T > | m1, |
one_matrix< T > const & | m2 | ||
) |
Definition at line 118 of file one_matrix.hpp.
const one_matrix<T> maquis::dmrg::operator- | ( | one_matrix< T > | a | ) |
Definition at line 122 of file one_matrix.hpp.
std::ostream& maquis::dmrg::operator<< | ( | std::ostream & | o, |
one_matrix< T > const & | m | ||
) |
Definition at line 133 of file one_matrix.hpp.
std::size_t maquis::dmrg::size_of | ( | one_matrix< T > const & | m | ) |
Definition at line 130 of file one_matrix.hpp.