Home
last modified time | relevance | path

Searched defs:PrecondProcType (Results 1 – 4 of 4) sorted by relevance

/dports/math/libmesh/libmesh-1.6.2/contrib/laspack/
H A Dprecond.h30 typedef QVector *(*PrecondProcType)(QMatrix *, QVector *, QVector *, _LPDouble); typedef
H A Deigenval.C370 PrecondProcType /* PrecondProc */, in GetMinEigenval() argument
379 PrecondProcType /* PrecondProc */, in GetMaxEigenval() argument
H A Ditersolv.C36 PrecondProcType /* Dummy */, _LPDouble Omega) in JacobiIter() argument
85 PrecondProcType /* Dummy */, _LPDouble Omega) in SORForwIter() argument
134 PrecondProcType /* Dummy */, _LPDouble Omega) in SORBackwIter() argument
183 PrecondProcType /* Dummy */, _LPDouble Omega) in SSORIter() argument
367 PrecondProcType /* PrecondProc */, _LPDouble /* OmegaPrecond */) in ChebyshevIter() argument
/dports/math/laspack/laspack/
H A Dprecond.h24 typedef Vector *(*PrecondProcType)(QMatrix *, Vector *, Vector *, double); typedef