MADNESS  0.10.1
Classes | Typedefs | Functions | Variables
testcomplexfunctionsolver.cc File Reference
#include <iostream>
#include <madness/mra/mra.h>
#include <madness/mra/nonlinsol.h>
#include <complex>
#include <cmath>
Include dependency graph for testcomplexfunctionsolver.cc:

Classes

struct  F
 

Typedefs

using dataT = std::complex< double >
 
using factoryT = FunctionFactory< dataT, N >
 
using functionT = Function< dataT, N >
 

Functions

F allocator ()
 
dataT inner (const F &a, const F &b)
 
int main (int argc, char **argv)
 
F residual (const F &f)
 
void residualx (const Key< N > &key, Tensor< dataT > &t)
 

Variables

const size_t N = 1
 

Typedef Documentation

◆ dataT

using dataT = std::complex<double>

◆ factoryT

◆ functionT

Function Documentation

◆ allocator()

F allocator ( )

◆ inner()

dataT inner ( const F a,
const F b 
)

References a, b, and madness::conj().

◆ main()

int main ( int  argc,
char **  argv 
)

◆ residual()

F residual ( const F f)

◆ residualx()

void residualx ( const Key< N > &  key,
Tensor< dataT > &  t 
)

References UNARY_OPTIMIZED_ITERATOR.

Referenced by residual().

Variable Documentation

◆ N

const size_t N = 1