|
| template<typename QPhiXLinOpT > |
| shared_ptr< QPhiXLinOpT > | Chroma::MGProtoHelpersQPhiX::createFineLinOpT (const MGProtoSolverParams ¶ms, const multi1d< LatticeColorMatrix > &u, const MG::LatticeInfo &info) |
| |
| std::shared_ptr< MGPreconditioner::LinOpFT > | Chroma::MGProtoHelpersQPhiX::createFineLinOpF (const MGProtoSolverParams ¶ms, const multi1d< LatticeColorMatrix > &u, const MG::LatticeInfo &info) |
| |
| std::shared_ptr< MGPreconditioner::LinOpT > | Chroma::MGProtoHelpersQPhiX::createFineLinOp (const MGProtoSolverParams ¶ms, const multi1d< LatticeColorMatrix > &u, const MG::LatticeInfo &info) |
| |
| std::shared_ptr< MGPreconditionerEO::LinOpFT > | Chroma::MGProtoHelpersQPhiX::createFineEOLinOpF (const MGProtoSolverParams ¶ms, const multi1d< LatticeColorMatrix > &u, const MG::LatticeInfo &info) |
| |
| std::shared_ptr< MGPreconditionerEO::LinOpT > | Chroma::MGProtoHelpersQPhiX::createFineEOLinOp (const MGProtoSolverParams ¶ms, const multi1d< LatticeColorMatrix > &u, const MG::LatticeInfo &info) |
| |
| template<typename PrecT > |
| void | Chroma::MGProtoHelpersQPhiX::deleteMGPreconditionerT (const std::string &subspaceId) |
| |
| void | Chroma::MGProtoHelpersQPhiX::deleteMGPreconditioner (const std::string &subspaceId) |
| |
| void | Chroma::MGProtoHelpersQPhiX::deleteMGPreconditionerEO (const std::string &subspaceId) |
| |
| template<typename PrecT > |
| void | Chroma::MGProtoHelpersQPhiX::createMGPreconditionerT (const MGProtoSolverParams ¶ms, const multi1d< LatticeColorMatrix > &u) |
| |
| void | Chroma::MGProtoHelpersQPhiX::createMGPreconditioner (const MGProtoSolverParams ¶ms, const multi1d< LatticeColorMatrix > &u) |
| |
| void | Chroma::MGProtoHelpersQPhiX::createMGPreconditionerEO (const MGProtoSolverParams ¶ms, const multi1d< LatticeColorMatrix > &u) |
| |
| template<typename PrecT > |
| shared_ptr< PrecT > | Chroma::MGProtoHelpersQPhiX::getMGPreconditionerT (const std::string &subspaceId) |
| |
| shared_ptr< MGPreconditioner > | Chroma::MGProtoHelpersQPhiX::getMGPreconditioner (const std::string &subspaceId) |
| |
| shared_ptr< MGPreconditionerEO > | Chroma::MGProtoHelpersQPhiX::getMGPreconditionerEO (const std::string &subspaceId) |
| |