|
sisi4s
|
#include <ScaLapackSingularValueDecomposition.hpp>
Public Member Functions | |
| ScaLapackSingularValueDecomposition (ScaLapackMatrix< complex > const *A_, ScaLapackMatrix< complex > *U_, ScaLapackMatrix< complex > *VT_) | |
| ~ScaLapackSingularValueDecomposition () | |
| void | decompose (double *sigma) |
Protected Attributes | |
| ScaLapackMatrix< complex > const * | A |
| ScaLapackMatrix< complex > * | U |
| ScaLapackMatrix< complex > * | VT |
| int | workCount |
| complex * | work |
| double * | realWork |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |