

Public Member Functions | |
| def | __init__ |
| def | TRTRS |
Public Attributes | |
| this | |
Proxy of C++ Epetra_LAPACK class
| def PyTrilinos.NOX.Epetra.LAPACK.__init__ | ( | self, | |
| args | |||
| ) |
__init__(Epetra_LAPACK self) -> LAPACK __init__(Epetra_LAPACK self, LAPACK LAPACK) -> LAPACK
| def PyTrilinos.NOX.Epetra.LAPACK.TRTRS | ( | self, | |
| args | |||
| ) |
TRTRS(LAPACK self, char const UPLO, char const TRANS, char const DIAG, int const N, int const NRHS,
float const * A, int const LDA, float * B, int const LDB, int * INFO)
TRTRS(LAPACK self, char const UPLO, char const TRANS, char const DIAG, int const N, int const NRHS,
double const * A, int const LDA, double * B, int const LDB, int * INFO)
1.7.6.1