|
int_t | krow (int_t k) |
|
int_t | kcol (int_t k) |
|
int_t | procIJ (int_t i, int_t j) |
|
int_t | supersize (int_t k) |
|
int_t | g2lRow (int_t k) |
|
int_t | g2lCol (int_t k) |
|
void | computeLBlockData () |
|
| LUstruct_v100 (int_t nsupers, int_t ldt_, dtrf3Dpartition_t *trf3Dpartition, dLUstruct_t *LUstruct, gridinfo3d_t *grid3d, SCT_t *SCT_, superlu_dist_options_t *options_, SuperLUStat_t *stat, double thresh_, int *info_) |
|
| ~LUstruct_v100 () |
|
int_t | pdgstrf3d () |
|
int_t | dSchurComplementUpdate (int_t k, lpanel_t &lpanel, upanel_t &upanel) |
|
int_t * | computeIndirectMap (indirectMapType direction, int_t srcLen, int_t *srcVec, int_t dstLen, int_t *dstVec) |
|
int_t | dScatter (int_t m, int_t n, int_t gi, int_t gj, double *V, int_t ldv, int_t *srcRowList, int_t *srcColList) |
|
int_t | lookAheadUpdate (int_t k, int_t laIdx, lpanel_t &lpanel, upanel_t &upanel) |
|
int_t | blockUpdate (int_t k, int_t ii, int_t jj, lpanel_t &lpanel, upanel_t &upanel) |
|
int_t | dSchurCompUpdateExcludeOne (int_t k, int_t ex, lpanel_t &lpanel, upanel_t &upanel) |
|
int_t | dsparseTreeFactor (sForest_t *sforest, ddiagFactBufs_t **dFBufs, gEtreeInfo_t *gEtreeInfo, int tag_ub) |
|
int | dsparseTreeFactorBatchGPU (sForest_t *sforest, ddiagFactBufs_t **dFBufs, gEtreeInfo_t *gEtreeInfo, int tag_ub) |
|
void | marshallBatchedLUData (int k_st, int k_end, int_t *perm_c_supno) |
|
void | marshallBatchedBufferCopyData (int k_st, int k_end, int_t *perm_c_supno) |
|
void | marshallBatchedTRSMUData (int k_st, int k_end, int_t *perm_c_supno) |
|
void | marshallBatchedTRSMLData (int k_st, int k_end, int_t *perm_c_supno) |
|
void | marshallBatchedSCUData (int k_st, int k_end, int_t *perm_c_supno) |
|
void | initSCUMarshallData (int k_st, int k_end, int_t *perm_c_supno) |
|
int | marshallSCUBatchedDataInner (int k_st, int k_end, int_t *perm_c_supno) |
|
int | marshallSCUBatchedDataOuter (int k_st, int k_end, int_t *perm_c_supno) |
|
void | dFactBatchSolve (int k_st, int k_end, int_t *perm_c_supno) |
|
int_t | dDiagFactorPanelSolve (int_t k, int_t offset, ddiagFactBufs_t **dFBufs) |
|
int_t | dPanelBcast (int_t k, int_t offset) |
|
int_t | dsparseTreeFactorBaseline (sForest_t *sforest, ddiagFactBufs_t **dFBufs, gEtreeInfo_t *gEtreeInfo, int tag_ub) |
|
int_t | packedU2skyline (dLUstruct_t *LUstruct) |
|
int_t | ancestorReduction3d (int_t ilvl, int_t *myNodeCount, int_t **treePerm) |
|
int_t | zSendLPanel (int_t k0, int_t receiverGrid) |
|
int_t | zRecvLPanel (int_t k0, int_t senderGrid, double alpha, double beta) |
|
int_t | zSendUPanel (int_t k0, int_t receiverGrid) |
|
int_t | zRecvUPanel (int_t k0, int_t senderGrid, double alpha, double beta) |
|
int_t | dAncestorFactorBaseline (int_t alvl, sForest_t *sforest, ddiagFactBufs_t **dFBufs, gEtreeInfo_t *gEtreeInfo, int tag_ub) |
|