Searched refs:SetOperators (Results 1 – 7 of 7) sorted by relevance
/dports/math/mfem/mfem-4.3/linalg/ |
H A D | slepc.hpp | 64 void SetOperators(const PetscParMatrix &op, const PetscParMatrix &opB);
|
H A D | slepc.cpp | 93 void SlepcEigenSolver::SetOperators(const PetscParMatrix &op, in SetOperators() function in mfem::SlepcEigenSolver
|
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/ |
H A D | opal.h | 116 void SetOperators(Operator *a, Operator *b, Operator *c, Operator *d) { in SetOperators() function 344 chan->SetOperators(&Op[op], &Op[op + 3], &Op[op + 6], &Op[op + 9]); in Init() 346 chan->SetOperators(&Op[op], &Op[op + 3], 0, 0); in Init()
|
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/adlmidi/chips/opal/ |
H A D | opal.hpp | 112 void SetOperators(Operator *a, Operator *b, Operator *c, Operator *d) { in SetOperators() function in Opal::Channel 364 chan->SetOperators(&Op[op], &Op[op + 3], &Op[op + 6], &Op[op + 9]); in Init() 366 chan->SetOperators(&Op[op], &Op[op + 3], 0, 0); in Init()
|
/dports/math/mfem/mfem-4.3/examples/petsc/ |
H A D | ex11p.cpp | 314 slepc->SetOperators(*pA,*pM); in main()
|
/dports/science/cdo/cdo-2.0.0/src/ |
H A D | module_definitions.h | 399 #define SetOperators {"setcode", "setparam", "setname", "setunit", "setlevel",… macro
|
H A D | module_list.h | 155 … = {"Set" ,Set , SetHelp , SetOperators , EX…
|