Multiscale Universal Interface  2.0
A Concurrent Framework for Coupling Heterogeneous Solvers
solver_compare_with_Eigen.cpp File Reference

Conjugate Gradient solver with preconditioners compared with Eigen. More...

#include <iostream>
#include <fstream>
#include <Eigen/Sparse>
#include <ctime>
#include "../../solver.h"
Include dependency graph for solver_compare_with_Eigen.cpp:

Functions

double test00 ()
 
double test01 ()
 
int main (int argc, char **argv)
 

Variables

int runType = -1
 

Detailed Description

Conjugate Gradient solver with preconditioners compared with Eigen.

Author
W. Liu
Date
01 April 2023

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

◆ test00()

double test00 ( )
inline

◆ test01()

double test01 ( )
inline

Variable Documentation

◆ runType

int runType = -1