MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
GPCInv Class Referenceabstract

#include <gpc.h>

Inheritance diagram for GPCInv:
Collaboration diagram for GPCInv:

Public Member Functions

 GPCInv (void)
 
virtual ~GPCInv (void)
 
virtual integer Inv (integer ndima, integer nrowa, integer ncola, doublereal *a)=0
 

Protected Attributes

doublerealpdBase
 

Detailed Description

Definition at line 53 of file gpc.h.

Constructor & Destructor Documentation

GPCInv::GPCInv ( void  )

Definition at line 582 of file gpc.cc.

References NO_OP.

583 : pdBase(NULL)
584 {
585  NO_OP;
586 }
#define NO_OP
Definition: myassert.h:74
doublereal * pdBase
Definition: gpc.h:55
GPCInv::~GPCInv ( void  )
virtual

Definition at line 588 of file gpc.cc.

References pdBase, and SAFEDELETEARR.

589 {
590  if (pdBase != NULL) {
592  }
593 }
#define SAFEDELETEARR(pnt)
Definition: mynewmem.h:713
doublereal * pdBase
Definition: gpc.h:55

Member Function Documentation

virtual integer GPCInv::Inv ( integer  ndima,
integer  nrowa,
integer  ncola,
doublereal a 
)
pure virtual

Implemented in GPC_LAPACK_pinv.

Member Data Documentation

doublereal* GPCInv::pdBase
protected

Definition at line 55 of file gpc.h.

Referenced by GPC_LAPACK_pinv::GPC_LAPACK_pinv(), and ~GPCInv().


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