GQCP
|
#include <SubspaceMatrixCalculation.hpp>
Public Member Functions | |
std::string | description () const override |
void | execute (EigenproblemEnvironment< double > &environment) override |
![]() | |
virtual | ~Step ()=default |
virtual std::string | description () const=0 |
virtual void | execute (Environment &environment)=0 |
Additional Inherited Members | |
![]() | |
using | Environment = EigenproblemEnvironment< double > |
An iteration step that calculates the subspace matrix, i.e. the projection of the matrix A onto the subspace spanned by the vectors in V.
|
inlineoverridevirtual |
Implements GQCP::Step< EigenproblemEnvironment< double > >.
|
inlineoverridevirtual |
Calculate the subspace matrix, i.e. the projection of the matrix A onto the subspace spanned by the vectors in V.
environment | the environment that acts as a sort of calculation space |
Implements GQCP::Step< EigenproblemEnvironment< double > >.