
Public Member Functions | |
| PoissonBoltzmannJacobian (int nLocal, const VectorType< double > &vecType) | |
| void | setEvalPoint (const Vector< double > &x) |
| LinearOperator< double > | getOp () const |
| const double & | h () const |
| int | nLocalRows () const |
Definition at line 19 of file PlayaPoissonBoltzmannJacobian.hpp.
| PoissonBoltzmannJacobian::PoissonBoltzmannJacobian | ( | int | nLocal, | |
| const VectorType< double > & | vecType | |||
| ) |
Definition at line 20 of file PlayaPoissonBoltzmannJacobian.cpp.
| void PoissonBoltzmannJacobian::setEvalPoint | ( | const Vector< double > & | x | ) |
Definition at line 28 of file PlayaPoissonBoltzmannJacobian.cpp.
| LinearOperator<double> Playa::PoissonBoltzmannJacobian::getOp | ( | ) | const [inline, virtual] |
Implements Playa::OperatorBuilder< double >.
Definition at line 30 of file PlayaPoissonBoltzmannJacobian.hpp.
| const double& Playa::PoissonBoltzmannJacobian::h | ( | ) | const [inline] |
Definition at line 33 of file PlayaPoissonBoltzmannJacobian.hpp.
| int Playa::PoissonBoltzmannJacobian::nLocalRows | ( | ) | const [inline] |
Definition at line 36 of file PlayaPoissonBoltzmannJacobian.hpp.