PEXSI
 All Classes Namespaces Files Functions Variables Typedefs Pages
Public Member Functions | Public Attributes | Friends | List of all members
PEXSI::LBlock< T > Struct Template Reference

LBlock stores a nonzero block in the lower triangular part or the diagonal part in PSelInv. More...

#include <pselinv.hpp>

Public Member Functions

LBlockoperator= (const LBlock &LB)
 

Public Attributes

Int blockIdx
 Block index (supernodal index)
 
Int numRow
 Number of nonzero rows.
 
Int numCol
 Number of nonzero columns.
 
IntNumVec rows
 Dimension numRow * 1, index (0-based) for the number of nonzero rows.
 
NumMat< T > nzval
 Dimension numRow * numCol, nonzero elements.
 

Friends

std::ostream & operator<< (std::ostream &out, const LBlock &vec)
 

Detailed Description

template<typename T>
struct PEXSI::LBlock< T >

LBlock stores a nonzero block in the lower triangular part or the diagonal part in PSelInv.


The documentation for this struct was generated from the following file: