template<typename TypeSystem, ReguType Type = ReguType::LogH >
Regularization class
Contents
- Reference
Public functions
- auto omega() -> StateScalar& noexcept
- auto omega() const -> StateScalar const & noexcept
- auto bindE() -> StateScalar& noexcept
- auto bindE() const -> StateScalar const & noexcept
Function documentation
template<typename TypeSystem, ReguType Type>
StateScalar& hub::system::Regularization<TypeSystem, Type>:: omega() noexcept
The setter interface of member omega_
in name of omega
.
template<typename TypeSystem, ReguType Type>
StateScalar const & hub::system::Regularization<TypeSystem, Type>:: omega() const noexcept
The getter interface of member omega_
in name of omega
.
template<typename TypeSystem, ReguType Type>
StateScalar& hub::system::Regularization<TypeSystem, Type>:: bindE() noexcept
The setter interface of member bindE_
in name of bindE
.
template<typename TypeSystem, ReguType Type>
StateScalar const & hub::system::Regularization<TypeSystem, Type>:: bindE() const noexcept
The getter interface of member bindE_
in name of bindE
.