38#ifndef inverseLaplacianProblemTotalHeatMeasure_CG_H
39#define inverseLaplacianProblemTotalHeatMeasure_CG_H
41#define _USE_MATH_DEFINES
Class to implement a full order inverse laplacian problem.
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()
Implementation of a Alifanov's regularization to solve inverse Laplacian problems.
Header file of the inverseLaplacianProblem_CG class.