escript  Revision_
Public Member Functions | Private Attributes
escript::LapackInverseHelper Class Reference

#include <LapackInverseHelper.h>

List of all members.

Public Member Functions

 LapackInverseHelper (int N)
 ~LapackInverseHelper ()
int invert (double *matrix)

Private Attributes

int * piv
double * work
int N
int lwork

Detailed Description

Stores the memory required by different lapack implementations for matrix inverse


Constructor & Destructor Documentation

References lwork, N, piv, and work.

References piv, and work.


Member Function Documentation

int LapackInverseHelper::invert ( double *  matrix)

Member Data Documentation

Referenced by invert(), and LapackInverseHelper().

Referenced by invert(), and LapackInverseHelper().


The documentation for this class was generated from the following files: