MEPP2 Project
Typedefs | Functions
eigen_val_vect.hpp File Reference
#include <Eigen/Dense>
#include <Eigen/Eigenvalues>
#include <cmath>
#include <vector>
Include dependency graph for eigen_val_vect.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

using EigenMatrix = Eigen::Matrix3d
 
using EigenvectorsType = Eigen::Matrix3d
 
using EigenvalueType = Eigen::Vector3d
 

Functions

int eigen_val_vect_compute (const EigenMatrix &a, EigenvectorsType &u, EigenvalueType &ad)
 
void eigen_val_vect_sort (EigenvalueType &ad, EigenvectorsType &u)
 

Typedef Documentation

◆ EigenMatrix

using EigenMatrix = Eigen::Matrix3d

Definition at line 19 of file eigen_val_vect.hpp.

◆ EigenvalueType

using EigenvalueType = Eigen::Vector3d

Definition at line 21 of file eigen_val_vect.hpp.

◆ EigenvectorsType

using EigenvectorsType = Eigen::Matrix3d

Definition at line 20 of file eigen_val_vect.hpp.

Function Documentation

◆ eigen_val_vect_compute()

int eigen_val_vect_compute ( const EigenMatrix a,
EigenvectorsType u,
EigenvalueType ad 
)
inline

Definition at line 33 of file eigen_val_vect.hpp.

Here is the caller graph for this function:

◆ eigen_val_vect_sort()

void eigen_val_vect_sort ( EigenvalueType ad,
EigenvectorsType u 
)
inline

Definition at line 62 of file eigen_val_vect.hpp.

Here is the caller graph for this function: