#include <Functions.h>
|
| LinearSystem (SystemMatrix_ptr< double > A, double *b, Options *options) |
|
virtual | ~LinearSystem () |
|
virtual SolverResult | call (double *value, const double *arg, Performance *pp) |
| sets value=F(arg) More...
|
|
virtual dim_t | getLen () |
| returns the length of the vectors used by this function More...
|
|
| Function (const escript::JMPI &mpi_info) |
|
virtual | ~Function () |
|
virtual SolverResult | call (double *value, const double *arg, Performance *pp)=0 |
| sets value=F(arg) More...
|
|
SolverResult | derivative (double *J0w, const double *w, const double *f0, const double *x0, double *setoff, Performance *pp) |
|
virtual dim_t | getLen ()=0 |
| returns the length of the vectors used by this function More...
|
|
◆ LinearSystem()
◆ ~LinearSystem()
paso::LinearSystem::~LinearSystem |
( |
| ) |
|
|
virtual |
◆ call()
◆ getLen()
virtual dim_t paso::LinearSystem::getLen |
( |
| ) |
|
|
inlinevirtual |
returns the length of the vectors used by this function
Implements paso::Function.
References n.
double* paso::LinearSystem::b |
◆ mat
dim_t paso::LinearSystem::n |
◆ tmp
double* paso::LinearSystem::tmp |
The documentation for this struct was generated from the following files: