sisi4s
|
#include <ScaLapackHermitianEigenSystemDc.hpp>
Public Member Functions | |
ScaLapackHermitianEigenSystemDc (const std::shared_ptr< ScaLapackMatrix< double > > &A_, const std::shared_ptr< ScaLapackMatrix< double > > &U_) | |
~ScaLapackHermitianEigenSystemDc () | |
void | solve (double *lambda) |
Protected Attributes | |
std::shared_ptr< ScaLapackMatrix< double > > | A |
std::shared_ptr< ScaLapackMatrix< double > > | U |
int | workCount |
int | integerWorkCount |
double * | work |
int * | integerWork |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |