TR-mbed 1.0
Loading...
Searching...
No Matches
Functions
eig33.cpp File Reference
#include <iostream>
#include <Eigen/Core>
#include <Eigen/Eigenvalues>
#include <Eigen/Geometry>
#include <bench/BenchTimer.h>

Functions

template<typename Matrix , typename Roots >
void computeRoots (const Matrix &m, Roots &roots)
 
template<typename Matrix , typename Vector >
void eigen33 (const Matrix &mat, Matrix &evecs, Vector &evals)
 
int main ()
 

Function Documentation

◆ computeRoots()

template<typename Matrix , typename Roots >
void computeRoots ( const Matrix m,
Roots &  roots 
)
inline

◆ eigen33()

template<typename Matrix , typename Vector >
void eigen33 ( const Matrix mat,
Matrix evecs,
Vector &  evals 
)

◆ main()

int main ( void  )