PyTrilinos  Development
 All Classes Functions
Public Member Functions | Public Attributes
PyTrilinos.Amesos.Factory Class Reference
Inheritance diagram for PyTrilinos.Amesos.Factory:
Inheritance graph
[legend]
Collaboration diagram for PyTrilinos.Amesos.Factory:
Collaboration graph
[legend]

List of all members.

Public Member Functions

def Create
def Query
def GetValidParameters
def __init__

Public Attributes

 this

Detailed Description

Proxy of C++ Amesos class

Constructor & Destructor Documentation

def PyTrilinos.Amesos.Factory.__init__ (   self,
  args 
)
__init__(Amesos self) -> Factory

Member Function Documentation

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
GetValidParameters() -> ParameterList
def PyTrilinos.Amesos.Factory.Query (   self,
  args 
)
Query(Factory self, char const * ClassType) -> bool
Query(Factory self, std::string const CT) -> bool

The documentation for this class was generated from the following file:
 All Classes Functions