

Public Member Functions | |
| def | __init__ |
| def | SYRK |
Public Attributes | |
| this | |
Proxy of C++ Epetra_BLAS class
| def PyTrilinos.NOX.Epetra.BLAS.__init__ | ( | self, | |
| args | |||
| ) |
__init__(Epetra_BLAS self) -> BLAS __init__(Epetra_BLAS self, BLAS BLAS) -> BLAS
Reimplemented in PyTrilinos.NOX.Epetra.FEVbrMatrix, PyTrilinos.NOX.Epetra.VbrMatrix, PyTrilinos.NOX.Epetra.FECrsMatrix, and PyTrilinos.NOX.Epetra.CrsMatrix.
| def PyTrilinos.NOX.Epetra.BLAS.SYRK | ( | self, | |
| args | |||
| ) |
SYRK(BLAS self, char const UPLO, char const TRANS, int const N, int const K, float const ALPHA, float const * A,
int const LDA, float const BETA, float * C, int const LDC)
SYRK(BLAS self, char const UPLO, char const TRANS, int const N, int const K, double const ALPHA,
double const * A, int const LDA, double const BETA, double * C, int const LDC)
1.7.6.1