

Public Member Functions | |
| def | Create |
| def | Query |
| def | GetValidParameters |
| def | __init__ |
Public Attributes | |
| this | |
Proxy of C++ Amesos class
| def PyTrilinos.Amesos.Factory.__init__ | ( | self, | |
| args | |||
| ) |
__init__(Amesos self) -> Factory
| def PyTrilinos.Amesos.Factory.Create | ( | self, | |
| args | |||
| ) |
Create(Factory self, char const * ClassType, LinearProblem LinearProblem) -> BaseSolver Create(Factory self, std::string const CT, LinearProblem LinearProblem) -> BaseSolver
| def PyTrilinos.Amesos.Factory.GetValidParameters | ( | args | ) |
GetValidParameters() -> ParameterList
| def PyTrilinos.Amesos.Factory.Query | ( | self, | |
| args | |||
| ) |
Query(Factory self, char const * ClassType) -> bool Query(Factory self, std::string const CT) -> bool
1.7.6.1