queso-0.53.0
|
This class allows the representation of a transition kernel with Hessians. More...
#include <HessianCovMatricesTKGroup.h>
Public Member Functions | |
Constructor/Destructor methods | |
HessianCovMatricesTKGroup (const char *prefix, const VectorSpace< V, M > &vectorSpace, const std::vector< double > &scales, const ScalarFunctionSynchronizer< V, M > &targetPdfSynchronizer) | |
Default constructor. More... | |
~HessianCovMatricesTKGroup () | |
Destructor. More... | |
Statistical/Mathematical methods | |
bool | symmetric () const |
Whether or not the matrix is symmetric. Always 'false'. More... | |
const GaussianVectorRV< V, M > & | rv (unsigned int stageId) const |
Gaussian increment property to construct a transition kernel. More... | |
const GaussianVectorRV< V, M > & | rv (const std::vector< unsigned int > &stageIds) |
Gaussian increment property to construct a transition kernel. More... | |
Misc methods | |
bool | setPreComputingPosition (const V &position, unsigned int stageId) |
Sets the pre-computing positions m_preComputingPositions [stageId] with a new vector of size position . More... | |
void | clearPreComputingPositions () |
Clears the pre-computing positions m_preComputingPositions [stageId]. More... | |
I/O methods | |
void | print (std::ostream &os) const |
TODO: Prints the transition kernel. More... | |
Public Member Functions inherited from QUESO::BaseTKGroup< V, M > | |
BaseTKGroup () | |
Default constructor. More... | |
BaseTKGroup (const char *prefix, const VectorSpace< V, M > &vectorSpace, const std::vector< double > &scales) | |
Constructor. More... | |
virtual | ~BaseTKGroup () |
Destructor. More... | |
const BaseEnvironment & | env () const |
QUESO's environment. More... | |
const V & | preComputingPosition (unsigned int stageId) const |
Pre-computing position; access to protected attribute *m_preComputingPositions[stageId]. More... | |
Private Attributes | |
const ScalarFunctionSynchronizer< V, M > & | m_targetPdfSynchronizer |
std::vector< V * > | m_originalNewtonSteps |
std::vector< M * > | m_originalCovMatrices |
Additional Inherited Members | |
Protected Attributes inherited from QUESO::BaseTKGroup< V, M > | |
const EmptyEnvironment * | m_emptyEnv |
const BaseEnvironment & | m_env |
std::string | m_prefix |
const VectorSpace< V, M > * | m_vectorSpace |
std::vector< double > | m_scales |
std::vector< const V * > | m_preComputingPositions |
std::vector< BaseVectorRV< V, M > * > | m_rvs |
This class allows the representation of a transition kernel with Hessians.
Definition at line 44 of file HessianCovMatricesTKGroup.h.
QUESO::HessianCovMatricesTKGroup< V, M >::HessianCovMatricesTKGroup | ( | const char * | prefix, |
const VectorSpace< V, M > & | vectorSpace, | ||
const std::vector< double > & | scales, | ||
const ScalarFunctionSynchronizer< V, M > & | targetPdfSynchronizer | ||
) |
Default constructor.
Definition at line 33 of file HessianCovMatricesTKGroup.C.
References QUESO::BaseEnvironment::displayVerbosity(), QUESO::BaseTKGroup< V, M >::m_env, QUESO::HessianCovMatricesTKGroup< V, M >::m_originalCovMatrices, QUESO::HessianCovMatricesTKGroup< V, M >::m_originalNewtonSteps, QUESO::BaseTKGroup< V, M >::m_preComputingPositions, QUESO::BaseTKGroup< V, M >::m_rvs, QUESO::BaseTKGroup< V, M >::m_scales, and QUESO::BaseEnvironment::subDisplayFile().
QUESO::HessianCovMatricesTKGroup< V, M >::~HessianCovMatricesTKGroup | ( | ) |
|
virtual |
Clears the pre-computing positions m_preComputingPositions
[stageId].
Reimplemented from QUESO::BaseTKGroup< V, M >.
Definition at line 322 of file HessianCovMatricesTKGroup.C.
References QUESO::BaseTKGroup< V, M >::clearPreComputingPositions(), and queso_require_equal_to_msg.
|
virtual |
TODO: Prints the transition kernel.
Reimplemented from QUESO::BaseTKGroup< V, M >.
Definition at line 357 of file HessianCovMatricesTKGroup.C.
References QUESO::BaseTKGroup< V, M >::print().
|
virtual |
Gaussian increment property to construct a transition kernel.
Implements QUESO::BaseTKGroup< V, M >.
Definition at line 81 of file HessianCovMatricesTKGroup.C.
References queso_require_greater_msg, queso_require_msg, QUESO::GaussianVectorRV< V, M >::updateLawCovMatrix(), and QUESO::GaussianVectorRV< V, M >::updateLawExpVector().
|
virtual |
Gaussian increment property to construct a transition kernel.
Implements QUESO::BaseTKGroup< V, M >.
Definition at line 112 of file HessianCovMatricesTKGroup.C.
References queso_require_greater_msg, queso_require_msg, QUESO::GaussianVectorRV< V, M >::updateLawCovMatrix(), and QUESO::GaussianVectorRV< V, M >::updateLawExpVector().
|
virtual |
Sets the pre-computing positions m_preComputingPositions
[stageId] with a new vector of size position
.
Reimplemented from QUESO::BaseTKGroup< V, M >.
Definition at line 146 of file HessianCovMatricesTKGroup.C.
References queso_require_equal_to_msg, queso_require_greater_msg, queso_require_msg, and QUESO::BaseTKGroup< V, M >::setPreComputingPosition().
|
virtual |
Whether or not the matrix is symmetric. Always 'false'.
Implements QUESO::BaseTKGroup< V, M >.
Definition at line 74 of file HessianCovMatricesTKGroup.C.
|
private |
Definition at line 96 of file HessianCovMatricesTKGroup.h.
Referenced by QUESO::HessianCovMatricesTKGroup< V, M >::HessianCovMatricesTKGroup().
|
private |
Definition at line 95 of file HessianCovMatricesTKGroup.h.
Referenced by QUESO::HessianCovMatricesTKGroup< V, M >::HessianCovMatricesTKGroup().
|
private |
Definition at line 94 of file HessianCovMatricesTKGroup.h.