PEXSI
 All Classes Namespaces Files Functions Variables Typedefs Pages
Classes | Namespaces | Functions
pselinv_unsym.hpp File Reference

Main file for parallel selected inversion on unsymmetric matrices. More...

#include "pexsi/environment.hpp"
#include "pexsi/NumVec.hpp"
#include "pexsi/NumMat.hpp"
#include "pexsi/sparse_matrix.hpp"
#include "pexsi/superlu_dist_interf.hpp"
#include "pexsi/mpi_interf.hpp"
#include "pexsi/utility.hpp"
#include "pexsi/blas.hpp"
#include "pexsi/lapack.hpp"
#include "pexsi/pselinv.hpp"
#include <set>
#include "pexsi/pselinv_unsym_impl.hpp"

Go to the source code of this file.

Classes

class  PEXSI::PMatrixUnsym< T >
 PMatrixUnsym contains the main data structure and the computational routine for the parallel selected inversion. More...
 
struct  PEXSI::PMatrixUnsym< T >::SuperNodeBufferTypeUnsym
 

Namespaces

 PEXSI
 The main namespace.
 

Functions

template<typename T >
bool PEXSI::LBlockEqualComparator (const LBlock< T > &a, const LBlock< T > &b)
 
template<typename T >
bool PEXSI::LBlockComparator (const LBlock< T > &a, const LBlock< T > &b)
 
template<typename T >
bool PEXSI::UBlockComparator (const UBlock< T > &a, const UBlock< T > &b)
 

Detailed Description

Main file for parallel selected inversion on unsymmetric matrices.

Date
2013-08-05