iterative-solver 0.0
molpro::linalg::itsolv::subspace::xspace::NewData< T > Struct Template Reference

New sections of equation data. More...

#include <XSpace.h>

Detailed Description

template<typename T>
struct molpro::linalg::itsolv::subspace::xspace::NewData< T >

New sections of equation data.

Public Member Functions

 NewData (size_t nQnew, size_t nX, size_t nRHS)
 

Public Attributes

SubspaceData< T > qq = null_data<T, EqnData::H, EqnData::S>()
 data block between new paramters More...
 
SubspaceData< T > qx = null_data<T, EqnData::H, EqnData::S>()
 data block between new parameters and current X space More...
 
SubspaceData< T > xq = null_data<T, EqnData::H, EqnData::S>()
 data block between current X space and new parameters More...
 

Constructor & Destructor Documentation

◆ NewData()

template<typename T >
molpro::linalg::itsolv::subspace::xspace::NewData< T >::NewData ( size_t  nQnew,
size_t  nX,
size_t  nRHS 
)
inline

Member Data Documentation

◆ qq

data block between new paramters

◆ qx

data block between new parameters and current X space

◆ xq

data block between current X space and new parameters