38#ifndef inverseLaplacianProblemTotalHeatMeasure_CG_H
39#define inverseLaplacianProblemTotalHeatMeasure_CG_H
41#define _USE_MATH_DEFINES
int conjugateGradientConvergenceCheck()
Convergence cher for the conjugate gradient method.
inverseLaplacianProblemTotalHeatMeasure_CG()
int conjugateGradient()
Conjugate gradient method.
void computeSearchStep()
Compute the search step beta.
void computeGradJ()
Computes the gradient of cost function J and its L2 norm.
virtual ~inverseLaplacianProblemTotalHeatMeasure_CG()
inverseLaplacianProblem_CG()
Null constructor.
Header file of the inverseLaplacianProblem_CG class.