ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
LinearEqu Class Reference

#include <opt_test_tools.h>

Collaboration diagram for LinearEqu:

Public Member Functions

 LinearEqu ()
 
 ~LinearEqu ()
 
void get_Ap (double **A, double *p, double *Ap, int nx=3, int ny=3)
 
double func (double *x)
 
void dfuncdx (double *x, double *gradient)
 
double dfuncdstp (double *x, double *p)
 

Public Attributes

double * b
 
double ** A
 
int nx = 3
 

Constructor & Destructor Documentation

◆ LinearEqu()

LinearEqu::LinearEqu ( )

◆ ~LinearEqu()

LinearEqu::~LinearEqu ( )

Member Function Documentation

◆ dfuncdstp()

double LinearEqu::dfuncdstp ( double *  x,
double *  p 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ dfuncdx()

void LinearEqu::dfuncdx ( double *  x,
double *  gradient 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ func()

double LinearEqu::func ( double *  x)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ get_Ap()

void LinearEqu::get_Ap ( double **  A,
double *  p,
double *  Ap,
int  nx = 3,
int  ny = 3 
)
Here is the caller graph for this function:

Member Data Documentation

◆ A

double** LinearEqu::A

◆ b

double* LinearEqu::b

◆ nx

int LinearEqu::nx = 3

The documentation for this class was generated from the following files: