TR-mbed 1.0
Loading...
Searching...
No Matches
Functions | Variables
dense_solvers.cpp File Reference
#include <iostream>
#include "BenchTimer.h"
#include <Eigen/Dense>
#include <map>
#include <vector>
#include <string>
#include <sstream>

Functions

template<typename Solver , typename MatrixType >
EIGEN_DONT_INLINE void compute_norm_equation (Solver &solver, const MatrixType &A)
 
template<typename Solver , typename MatrixType >
EIGEN_DONT_INLINE void compute (Solver &solver, const MatrixType &A)
 
template<typename Scalar , int Size>
void bench (int id, int rows, int size=Size)
 
int main ()
 

Variables

std::map< std::string, Array< float, 1, 8, DontAlign|RowMajor > > results
 
std::vector< std::string > labels
 
std::vector< Array2i > sizes
 

Function Documentation

◆ bench()

template<typename Scalar , int Size>
void bench ( int  id,
int  rows,
int  size = Size 
)

◆ compute()

template<typename Solver , typename MatrixType >
EIGEN_DONT_INLINE void compute ( Solver &  solver,
const MatrixType A 
)

◆ compute_norm_equation()

template<typename Solver , typename MatrixType >
EIGEN_DONT_INLINE void compute_norm_equation ( Solver &  solver,
const MatrixType A 
)

◆ main()

int main ( void  )

Variable Documentation

◆ labels

std::vector<std::string> labels

◆ results

std::map<std::string,Array<float,1,8,DontAlign|RowMajor> > results

◆ sizes

std::vector<Array2i> sizes