Public Member Functions | |
| ifp_BlockVec & | operator() (int i) |
| ifp_BlockVec (int nr, int nc, const double *a, int lda, const int *partitioning) | |
| ifp_BlockVec (const ifp_BlockVec &A) | |
| ifp_BlockVec (const ifp_BlockVec &A, int i) | |
| ~ifp_BlockVec () | |
| void | VecCopy (const ifp_BlockVec &A) |
| void | VecSetToZero () |
| void | BlockCopy (const ifp_BlockVec &A) |
| void | BlockSetToZero () |
Public Attributes | |
| double * | v |
| int | dim0 |
| int | dim1 |
| int | ld |
| int | size0 |
Definition at line 41 of file ifp_BlockVec.h.
1.4.7