flexiblesusy is hosted by Hepforge, IPPP Durham
FlexibleSUSY
small_matrices.hpp File Reference
#include <Eigen/Dense>
#include "mathdefs.hpp"
Include dependency graph for small_matrices.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  flexiblesusy
 

Typedefs

using flexiblesusy::CM22 = Eigen::Matrix< Comp, 2, 2 >
 
using flexiblesusy::CM33 = Eigen::Matrix< Comp, 3, 3 >
 
using flexiblesusy::CM44 = Eigen::Matrix< Comp, 4, 4 >
 
using flexiblesusy::CM66 = Eigen::Matrix< Comp, 6, 6 >
 
using flexiblesusy::RM22 = Eigen::Matrix< Real, 2, 2 >
 
using flexiblesusy::RM33 = Eigen::Matrix< Real, 3, 3 >
 
using flexiblesusy::RM44 = Eigen::Matrix< Real, 4, 4 >
 
using flexiblesusy::RM66 = Eigen::Matrix< Real, 6, 6 >
 
using flexiblesusy::RVe2 = Eigen::Matrix< Real, 2, 1 >
 
using flexiblesusy::RVe3 = Eigen::Matrix< Real, 3, 1 >
 
using flexiblesusy::RVe4 = Eigen::Matrix< Real, 4, 1 >
 
using flexiblesusy::RVe6 = Eigen::Matrix< Real, 6, 1 >