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