PSCF v1.1
Classes

Miscellaneous mathematical utility classes. More...

Classes

class  Pscf::Field< T >
 Base class template for a field defined on a spatial grid. More...
 
class  Pscf::FieldComparison< FT >
 Comparison of element-by-element differences between field arrays. More...
 
class  Pscf::IntVec< D, T >
 An IntVec<D, T> is a D-component vector of elements of integer type T. More...
 
class  Pscf::LuSolver
 Solve Ax=b by LU decomposition of A. More...
 
class  Pscf::RealVec< D, T >
 A RealVec<D, T> is D-component vector with elements of floating type T. More...
 
class  Pscf::TridiagonalSolver
 Solver for Ax=b with tridiagonal matrix A. More...
 
class  Pscf::Vec< D, T >
 A Vec<D, T><D,T> is a D-component vector with elements of type T. More...
 

Detailed Description

Miscellaneous mathematical utility classes.