|
MBDyn-1.7.3
|
#include <gpc.h>


Public Member Functions | |
| GPC_LAPACK_pinv (integer n, integer m) | |
| ~GPC_LAPACK_pinv (void) | |
| integer | Inv (integer ndima, integer nrowa, integer ncola, doublereal *a) |
Public Member Functions inherited from GPCInv | |
| GPCInv (void) | |
| virtual | ~GPCInv (void) |
Protected Attributes | |
| integer | m |
| integer | n |
| integer | iMin |
| integer | iMax |
| integer | iWork |
| doublereal * | pdS |
| doublereal * | pdU |
| doublereal * | pdVt |
| doublereal * | pdWork |
Protected Attributes inherited from GPCInv | |
| doublereal * | pdBase |
| GPC_LAPACK_pinv::~GPC_LAPACK_pinv | ( | void | ) |
|
virtual |
Implements GPCInv.
Definition at line 662 of file gpc.cc.
References ASSERT, gpc_pinv(), iMin, iWork, m, n, pdS, pdU, pdVt, pdWork, SAFEDELETEARR, and SAFENEWARR.

|
protected |
Definition at line 81 of file gpc.h.
Referenced by GPC_LAPACK_pinv().
|
protected |
Definition at line 80 of file gpc.h.
Referenced by GPC_LAPACK_pinv(), and Inv().
|
protected |
Definition at line 83 of file gpc.h.
Referenced by GPC_LAPACK_pinv(), and Inv().
|
protected |
Definition at line 78 of file gpc.h.
Referenced by GPC_LAPACK_pinv(), and Inv().
|
protected |
Definition at line 85 of file gpc.h.
Referenced by GPC_LAPACK_pinv(), and Inv().
|
protected |
Definition at line 86 of file gpc.h.
Referenced by GPC_LAPACK_pinv(), and Inv().
|
protected |
Definition at line 87 of file gpc.h.
Referenced by GPC_LAPACK_pinv(), and Inv().
|
protected |
Definition at line 88 of file gpc.h.
Referenced by GPC_LAPACK_pinv(), Inv(), and ~GPC_LAPACK_pinv().