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

Interface with NGCHOL. More...

#include "ngchol.hpp"
#include "pexsi/pselinv.hpp"
#include "pexsi/ngchol_interf_impl.hpp"

Go to the source code of this file.

Classes

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

Namespaces

 PEXSI
 The main namespace.
 

Functions

template<typename T >
void PEXSI::NGCHOLMatrixToSuperNode (LIBCHOLESKY::SupernodalMatrix< T > &SMat, SuperNodeType &super)
 Converts the NGCHOL supernodal structure to PMatrix SuperNodeType structure.
 
template<typename T >
void PEXSI::NGCHOLMatrixToPMatrix (LIBCHOLESKY::SupernodalMatrix< T > &SMat, PMatrix< T > &PMat)
 Converts a matrix of NGCHOL type to PMatrix.
 
template<typename T >
void PEXSI::PMatrixLtoU (PMatrix< T > &PMat)
 

Detailed Description

Interface with NGCHOL.

Date
2014-07-08 Original version