CAPD::DynSys Library  6.0.0
capd::dynset::NoReorganization Class Reference

Reorganization that does nothing. More...

#include <capd/dynset/reorganization/NoReorganization.h>

Public Member Functions

template<class SetType >
void reorganize (SetType &) const
 
template<class SetType >
bool isReorganizationNeeded (const SetType &) const
 
template<class SetType >
bool reorganizeIfNeeded (SetType &) const
 
template<class Matrix1 , class Matrix2 , class Vector >
bool reorganizeIfNeeded (Matrix1 &, Matrix2 &, Vector &, Matrix1 &, Vector &) const
 
template<class Matrix >
bool reorganizeC1IfNeeded (Matrix &, Matrix &, Matrix &, Matrix &, Matrix &) const
 
template<class Matrix , class Hessian >
bool reorganizeC2IfNeeded (Matrix &, Matrix &, Hessian &, Matrix &, Hessian &) const
 
void disableReorganization ()
 
std::string name () const
 
std::string toString () const
 

Detailed Description

Reorganization that does nothing.

Member Function Documentation

◆ disableReorganization()

void capd::dynset::NoReorganization::disableReorganization ( )
inline

◆ isReorganizationNeeded()

template<class SetType >
bool capd::dynset::NoReorganization::isReorganizationNeeded ( const SetType &  ) const
inline

◆ name()

std::string capd::dynset::NoReorganization::name ( ) const
inline

◆ reorganize()

template<class SetType >
void capd::dynset::NoReorganization::reorganize ( SetType &  ) const
inline

◆ reorganizeC1IfNeeded()

template<class Matrix >
bool capd::dynset::NoReorganization::reorganizeC1IfNeeded ( Matrix &  ,
Matrix &  ,
Matrix &  ,
Matrix &  ,
Matrix &   
) const
inline

◆ reorganizeC2IfNeeded()

template<class Matrix , class Hessian >
bool capd::dynset::NoReorganization::reorganizeC2IfNeeded ( Matrix &  ,
Matrix &  ,
Hessian &  ,
Matrix &  ,
Hessian &   
) const
inline

◆ reorganizeIfNeeded() [1/2]

template<class Matrix1 , class Matrix2 , class Vector >
bool capd::dynset::NoReorganization::reorganizeIfNeeded ( Matrix1 &  ,
Matrix2 &  ,
Vector &  ,
Matrix1 &  ,
Vector &   
) const
inline

◆ reorganizeIfNeeded() [2/2]

template<class SetType >
bool capd::dynset::NoReorganization::reorganizeIfNeeded ( SetType &  ) const
inline

◆ toString()

std::string capd::dynset::NoReorganization::toString ( ) const
inline

The documentation for this class was generated from the following file: