PyTrilinos  Development
 All Classes Functions
Public Member Functions | Public Attributes
PyTrilinos.NOX.Epetra.BLAS Class Reference
Inheritance diagram for PyTrilinos.NOX.Epetra.BLAS:
Inheritance graph
[legend]
Collaboration diagram for PyTrilinos.NOX.Epetra.BLAS:
Collaboration graph
[legend]

List of all members.

Public Member Functions

def __init__
def SYRK

Public Attributes

 this

Detailed Description

Proxy of C++ Epetra_BLAS class

Constructor & Destructor Documentation

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.


Member Function Documentation

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)

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