

Public Member Functions | |
| def | __init__ |
| def | SetLHS |
| def | SetRHS |
| def | SetMatrix |
| def | GetDistribution |
| def | FactorSolve |
| def | Factor |
| def | Solve |
Public Attributes | |
| this | |
Proxy of C++ Pliris class
| def PyTrilinos.Pliris.Pliris.__init__ | ( | self, | |
| args | |||
| ) |
__init__(Pliris self, Epetra_Vector * A, Epetra_MultiVector * X, Epetra_MultiVector * B) -> Pliris __init__(Pliris self) -> Pliris
| def PyTrilinos.Pliris.Pliris.Factor | ( | self, | |
| args | |||
| ) |
Factor(Pliris self, Epetra_Vector * A, int * matrix_size, int * num_procsr, int * permute, double * secs) -> int
| def PyTrilinos.Pliris.Pliris.FactorSolve | ( | self, | |
| args | |||
| ) |
FactorSolve(Pliris self, Epetra_Vector * A, int my_rows, int my_cols, int * matrix_size, int * num_procsr,
int * num_rhs, double * secs) -> int
FactorSolve(Pliris self, Epetra_SerialDenseVector * AA, int my_rows, int my_cols, int * matrix_size, int * num_procsr,
int * num_rhs, double * secs) -> int
| def PyTrilinos.Pliris.Pliris.GetDistribution | ( | self, | |
| args | |||
| ) |
GetDistribution(Pliris self, int * nprocs_row, int * number_of_unknowns, int * nrhs, int * my_rows, int * my_cols,
int * my_first_row, int * my_first_col, int * my_rhs, int * my_row, int * my_col) -> int
| def PyTrilinos.Pliris.Pliris.SetLHS | ( | self, | |
| args | |||
| ) |
SetLHS(Pliris self, Epetra_MultiVector * X) -> int
| def PyTrilinos.Pliris.Pliris.SetMatrix | ( | self, | |
| args | |||
| ) |
SetMatrix(Pliris self, Epetra_Vector * A) -> int SetMatrix(Pliris self, Epetra_SerialDenseVector * A) -> int
| def PyTrilinos.Pliris.Pliris.SetRHS | ( | self, | |
| args | |||
| ) |
SetRHS(Pliris self, Epetra_MultiVector * B) -> int
| def PyTrilinos.Pliris.Pliris.Solve | ( | self, | |
| args | |||
| ) |
Solve(Pliris self, int * permute, int * num_rhs) -> int
1.7.6.1