PyTrilinos  Development
 All Classes Functions
Public Member Functions | Public Attributes
PyTrilinos.Isorropia.NestedEpetra.CostDescriber Class Reference

List of all members.

Public Member Functions

def __init__
def setVertexWeights
def setGraphEdgeWeights
def setHypergraphEdgeWeights
def getCosts
def show_cd

Public Attributes

 this

Detailed Description

Proxy of C++ Isorropia::Epetra::CostDescriber class

Constructor & Destructor Documentation

__init__(Isorropia::Epetra::CostDescriber self) -> CostDescriber
__init__(Isorropia::Epetra::CostDescriber self, CostDescriber costs) -> CostDescriber

Member Function Documentation

getCosts(CostDescriber self, std::map< int,float,std::less< int >,std::allocator< std::pair< int const,float > > > & vertexWeights, 
    std::map< int,std::map< int,float,std::less< int >,std::allocator< std::pair< int const,float > > >,std::less< int >,std::allocator< std::pair< int const,std::map< int,float,std::less< int >,std::allocator< std::pair< int const,float > > > > > > & graphEdgeWeights, 
    std::map< int,float,std::less< int >,std::allocator< std::pair< int const,float > > > & hypergraphEdgeWeights)
setGraphEdgeWeights(CostDescriber self, Teuchos::RCP< Epetra_CrsMatrix const > gewts)
setHypergraphEdgeWeights(CostDescriber self, Teuchos::RCP< Epetra_Vector const > hgewts)
setHypergraphEdgeWeights(CostDescriber self, int numHGedges, int const * hgGIDs, float const * hgEwgts)
setHypergraphEdgeWeights(CostDescriber self, int numHGedges, int const * hgGIDs, double const * hgEwgts)
setVertexWeights(CostDescriber self, Teuchos::RCP< Epetra_Vector const > vwgts)
show_cd(CostDescriber self, std::ostream & arg2)

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