pairinteraction
A Rydberg Interaction Calculator
eigen_compat.hpp File Reference
#include "pairinteraction/utils/eigen_assertion.hpp"
#include <Eigen/Core>
+ Include dependency graph for eigen_compat.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Eigen
 

Typedefs

template<typename Type >
using Eigen::MatrixX = Matrix< Type, Dynamic, Dynamic >
 
template<typename Type >
using Eigen::VectorX = Matrix< Type, Dynamic, 1 >
 
template<typename Type >
using Eigen::Matrix3 = Matrix< Type, 3, 3 >
 
template<typename Type >
using Eigen::Vector3 = Matrix< Type, 3, 1 >
 
template<typename Type , int Size>
using Eigen::Vector = Matrix< Type, Size, 1 >