OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Classes
rdm.h File Reference
#include <cmath>
#include <iostream>
#include <stdexcept>
#include <boost/numeric/ublas/matrix_sparse.hpp>
#include <boost/numeric/ublas/matrix.hpp>
#include <boost/numeric/ublas/vector.hpp>
#include "matrix_vector_operation.h"
Include dependency graph for rdm.h:

Go to the source code of this file.

Classes

class  RDM< Value_type, Size_type >
 Real Dirac Matrix class. More...
 

Detailed Description

They're ordered after the paper of Dr. C. Baumgarten: "Use of real Dirac matrices in two-dimensional coupled linear optics". The diagonalizing method is based on the paper "Geometrical method of decoupling" (2012) of Dr. C. Baumgarten. The template parameter Value_type is the datatype of the matrices and variables.

Author
Matthias Frey
Version
1.0

Definition in file rdm.h.