SOLIDstate
A C++ library for solid state physics
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Namespaces | Functions
Symmatgen.hpp File Reference
#include <armadillo>
Include dependency graph for Symmatgen.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 solid
 SOLIDstate namespace.
 

Functions

template<typename T >
void solid::Symmatgen (arma::SpMat< T > &mat)
 Symmetrize the matrix by adding transpose to it

\[ A \to A + A^\dagger \]

. More...