#include <sigmoidal_projection_utils.h>
|
|
template<class TContainerType > |
static ContainerExpression< TContainerType > | ProjectForward (const ContainerExpression< TContainerType > &rInputExpression, const std::vector< double > &rXValues, const std::vector< double > &rYValues, const double Beta, const int PenaltyFactor) |
|
template<class TContainerType > |
static ContainerExpression< TContainerType > | ProjectBackward (const ContainerExpression< TContainerType > &rInputExpression, const std::vector< double > &rXValues, const std::vector< double > &rYValues, const double Beta, const int PenaltyFactor) |
|
template<class TContainerType > |
static ContainerExpression< TContainerType > | CalculateForwardProjectionGradient (const ContainerExpression< TContainerType > &rInputExpression, const std::vector< double > &rXValues, const std::vector< double > &rYValues, const double Beta, const int PenaltyFactor) |
|
◆ IndexType
◆ CalculateForwardProjectionGradient()
template<class TContainerType >
ContainerExpression< TContainerType > Kratos::SigmoidalProjectionUtils::CalculateForwardProjectionGradient |
( |
const ContainerExpression< TContainerType > & |
rInputExpression, |
|
|
const std::vector< double > & |
rXValues, |
|
|
const std::vector< double > & |
rYValues, |
|
|
const double |
Beta, |
|
|
const int |
PenaltyFactor |
|
) |
| |
|
static |
◆ ProjectBackward()
template<class TContainerType >
◆ ProjectForward()
template<class TContainerType >
The documentation for this class was generated from the following files: