#include <xlupanels.hpp>
|
| | xlpanel_t (int_t k, int_t *lsub, Ftype *nzval, int_t *xsup, int_t isDiagIncluded) |
| |
| | xlpanel_t () |
| |
| | xlpanel_t (int_t *index_, Ftype *val_) |
| |
| int_t | nblocks () |
| |
| int_t | nzrows () |
| |
| int_t | haveDiag () |
| |
| int_t | ncols () |
| |
| int_t | gid (int_t k) |
| |
| int_t | nbrow (int_t k) |
| |
| int_t | stRow (int k) |
| |
| int_t * | rowList (int_t k) |
| |
| Ftype * | blkPtr (int_t k) |
| |
| size_t | blkPtrOffset (int_t k) |
| |
| int_t | LDA () |
| |
| int_t | find (int_t k) |
| |
| int_t | panelSolve (int_t ksupsz, Ftype *DiagBlk, int_t LDD) |
| |
| int_t | diagFactor (int_t k, Ftype *UBlk, int_t LDU, threshPivValType< Ftype > thresh, int_t *xsup, superlu_dist_options_t *options, SuperLUStat_t *stat, int *info) |
| |
| int_t | packDiagBlock (Ftype *DiagLBlk, int_t LDD) |
| |
| int_t | isEmpty () |
| |
| int_t | nzvalSize () |
| |
| int_t | indexSize () |
| |
| size_t | totalSize () |
| |
| int | getEndBlock (int iSt, int maxRows) |
| |
◆ xlpanel_t() [1/3]
template<typename Ftype >
BLOCK DESCRIPTOR (of size LB_DESCRIPTOR) | block number (global) | number of full rows in the block
◆ xlpanel_t() [2/3]
template<typename Ftype >
◆ xlpanel_t() [3/3]
template<typename Ftype >
◆ blkPtr()
template<typename Ftype >
◆ blkPtrOffset()
template<typename Ftype >
◆ diagFactor()
template<typename Ftype >
◆ find()
template<typename Ftype >
◆ getEndBlock()
template<typename Ftype >
| int xlpanel_t< Ftype >::getEndBlock |
( |
int |
iSt, |
|
|
int |
maxRows |
|
) |
| |
◆ gid()
template<typename Ftype >
◆ haveDiag()
template<typename Ftype >
◆ indexSize()
template<typename Ftype >
◆ isEmpty()
template<typename Ftype >
◆ LDA()
template<typename Ftype >
◆ nblocks()
template<typename Ftype >
◆ nbrow()
template<typename Ftype >
◆ ncols()
template<typename Ftype >
◆ nzrows()
template<typename Ftype >
◆ nzvalSize()
template<typename Ftype >
◆ packDiagBlock()
template<typename Ftype >
◆ panelSolve()
template<typename Ftype >
◆ rowList()
template<typename Ftype >
◆ stRow()
template<typename Ftype >
◆ totalSize()
template<typename Ftype >
◆ index
template<typename Ftype >
◆ val
template<typename Ftype >
The documentation for this class was generated from the following files: