#include <iostream>
#include <Eigen/Core>
#include <Eigen/Eigenvalues>
#include <Eigen/Geometry>
#include <bench/BenchTimer.h>
Go to the source code of this file.
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 () |
void computeRoots | ( | const Matrix & | m, |
Roots & | roots | ||
) | [inline] |