Public Member Functions | |
| def | __init__ |
| def | setVertexWeights |
| def | setGraphEdgeWeights |
| def | setHypergraphEdgeWeights |
| def | getCosts |
| def | show_cd |
Public Attributes | |
| this | |
Proxy of C++ Isorropia::Epetra::CostDescriber class
| def PyTrilinos.Isorropia.NestedEpetra.CostDescriber.__init__ | ( | self, | |
| args | |||
| ) |
__init__(Isorropia::Epetra::CostDescriber self) -> CostDescriber __init__(Isorropia::Epetra::CostDescriber self, CostDescriber costs) -> CostDescriber
| def PyTrilinos.Isorropia.NestedEpetra.CostDescriber.getCosts | ( | self, | |
| args | |||
| ) |
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)
| def PyTrilinos.Isorropia.NestedEpetra.CostDescriber.setGraphEdgeWeights | ( | self, | |
| args | |||
| ) |
setGraphEdgeWeights(CostDescriber self, Teuchos::RCP< Epetra_CrsMatrix const > gewts)
| def PyTrilinos.Isorropia.NestedEpetra.CostDescriber.setHypergraphEdgeWeights | ( | self, | |
| args | |||
| ) |
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)
| def PyTrilinos.Isorropia.NestedEpetra.CostDescriber.setVertexWeights | ( | self, | |
| args | |||
| ) |
setVertexWeights(CostDescriber self, Teuchos::RCP< Epetra_Vector const > vwgts)
| def PyTrilinos.Isorropia.NestedEpetra.CostDescriber.show_cd | ( | self, | |
| args | |||
| ) |
show_cd(CostDescriber self, std::ostream & arg2)
1.7.6.1