Home
last modified time | relevance | path

Searched refs:GetValueAndDerivative (Results 1 – 25 of 102) sorted by relevance

12345

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/Optimizers/src/
H A DitkFRPROptimizer.cxx39 ::GetValueAndDerivative(ParametersType & p, double *val, in GetValueAndDerivative() function in itk::FRPROptimizer
42 this->m_CostFunction->GetValueAndDerivative(p, *val, *xi); in GetValueAndDerivative()
131 this->GetValueAndDerivative(p, &fp, &xi); in StartOptimization()
157 this->GetValueAndDerivative(p, &fp, &xi); in StartOptimization()
171 this->GetValueAndDerivative(p, &fp, &xi); in StartOptimization()
H A DitkSingleValuedCostFunction.cxx22 void SingleValuedCostFunction::GetValueAndDerivative(const ParametersType & parameters, in GetValueAndDerivative() function in itk::SingleValuedCostFunction
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Registration/Metricsv4/test/
H A DitkMeanSquaresImageToImageMetricv4Test.cxx131 metric->GetValueAndDerivative( valueReturn1, derivativeReturn ); in itkMeanSquaresImageToImageMetricv4Test()
183 metric->GetValueAndDerivative( valueReturn1, derivativeWithOutFPC ); in itkMeanSquaresImageToImageMetricv4Test()
186 metric->GetValueAndDerivative( valueReturn1, derivativeWithFPC ); in itkMeanSquaresImageToImageMetricv4Test()
H A DitkEuclideanDistancePointSetMetricTest2.cxx152 metric->GetValueAndDerivative( value2, derivative2 ); in itkEuclideanDistancePointSetMetricTest2Run()
200 metric->GetValueAndDerivative( value2, derivative2 ); in itkEuclideanDistancePointSetMetricTest2Run()
215 metric->GetValueAndDerivative( value2, derivative2 ); in itkEuclideanDistancePointSetMetricTest2Run()
H A DitkJointHistogramMutualInformationImageToImageMetricv4Test.cxx133 metric->GetValueAndDerivative( valueReturn2, derivativeReturn ); in itkJointHistogramMutualInformationImageToImageMetricv4Test()
156 metric->GetValueAndDerivative( valueReturn2, derivativeReturn ); in itkJointHistogramMutualInformationImageToImageMetricv4Test()
H A DitkDemonsImageToImageMetricv4Test.cxx150 metric->GetValueAndDerivative( valueReturn1, derivativeReturn ); in itkDemonsImageToImageMetricv4Test()
218 metric->GetValueAndDerivative( valueReturn1, derivativeReturn ); in itkDemonsImageToImageMetricv4Test()
H A DitkCorrelationImageToImageMetricv4Test.cxx69 metric->GetValueAndDerivative( valueReturn1, derivativeReturn ); in itkCorrelationImageToImageMetricv4Test_WithSpecifiedThreads()
263 metric->GetValueAndDerivative( valueReturn, derivativeReturn ); in itkCorrelationImageToImageMetricv4Test()
H A DitkANTSNeighborhoodCorrelationImageToImageMetricv4Test.cxx273 metric->GetValueAndDerivative(valueReturn1, derivativeReturn); in itkANTSNeighborhoodCorrelationImageToImageMetricv4Test()
379 metricSparse->GetValueAndDerivative(valueReturnSparse, derivativeReturnSparse); in itkANTSNeighborhoodCorrelationImageToImageMetricv4Test()
419 metric->GetValueAndDerivative( valueReturn, derivativeReturn ); in itkANTSNeighborhoodCorrelationImageToImageMetricv4Test()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Registration/Common/test/
H A DitkNormalizedCorrelationPointSetToImageMetricTest.cxx229 metric->GetValueAndDerivative( parameters, measure, derivative ); in itkNormalizedCorrelationPointSetToImageMetricTest()
235 metric->GetValueAndDerivative( parameters, measure, derivative ); in itkNormalizedCorrelationPointSetToImageMetricTest()
284 metric->GetValueAndDerivative( parameters, measure, derivative ); in itkNormalizedCorrelationPointSetToImageMetricTest()
H A DitkMeanReciprocalSquareDifferenceImageMetricTest.cxx196 metric->GetValueAndDerivative( parameters, measure, derivative ); in itkMeanReciprocalSquareDifferenceImageMetricTest()
234 metric->GetValueAndDerivative( parameters, measure, derivative ); in itkMeanReciprocalSquareDifferenceImageMetricTest()
H A DitkNormalizedCorrelationImageMetricTest.cxx192 metric->GetValueAndDerivative( parameters, measure, derivative ); in itkNormalizedCorrelationImageMetricTest()
234 metric->GetValueAndDerivative( parameters, measure, derivative ); in itkNormalizedCorrelationImageMetricTest()
H A DitkMattesMutualInformationImageToImageMetricTest.cxx342 metric->GetValueAndDerivative( parameters, measure, derivative ); in TestMattesMetricWithAffineTransform()
357 metric->GetValueAndDerivative( parameters, measure, derivative ); in TestMattesMetricWithAffineTransform()
625 metric->GetValueAndDerivative( parameters, measure, derivative ); in TestMattesMetricWithBSplineTransform()
640 metric->GetValueAndDerivative( parameters, measure, derivative ); in TestMattesMetricWithBSplineTransform()
H A DitkMeanReciprocalSquareDifferencePointSetToImageMetricTest.cxx237 metric->GetValueAndDerivative( parameters, measure, derivative ); in itkMeanReciprocalSquareDifferencePointSetToImageMetricTest()
278 metric->GetValueAndDerivative( parameters, measure, derivative ); in itkMeanReciprocalSquareDifferencePointSetToImageMetricTest()
H A DitkMeanSquaresPointSetToImageMetricTest.cxx238 metric->GetValueAndDerivative( parameters, measure, derivative ); in itkMeanSquaresPointSetToImageMetricTest()
280 metric->GetValueAndDerivative( parameters, measure, derivative ); in itkMeanSquaresPointSetToImageMetricTest()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/Optimizersv4/test/
H A DitkGradientDescentOptimizerv4Test2.cxx65 GetValueAndDerivative( value, derivative ); in GetDerivative()
68 void GetValueAndDerivative( MeasureType & value, in GetValueAndDerivative() function in GradientDescentOptimizerv4Test2Metric
H A DitkGradientDescentLineSearchOptimizerv4Test.cxx71 GetValueAndDerivative( value, derivative ); in GetDerivative()
74 void GetValueAndDerivative( MeasureType & value, in GetValueAndDerivative() function in GradientDescentLineSearchOptimizerv4TestMetric
H A DitkConjugateGradientLineSearchOptimizerv4Test.cxx69 GetValueAndDerivative( value, derivative ); in GetDerivative()
72 void GetValueAndDerivative( MeasureType & value, in GetValueAndDerivative() function in ConjugateGradientLineSearchOptimizerv4TestMetric
H A DitkMultiGradientOptimizerv4Test.cxx75 void GetValueAndDerivative( MeasureType & value, in GetValueAndDerivative() function in MultiGradientOptimizerv4TestMetric
180 void GetValueAndDerivative( MeasureType & value, in GetValueAndDerivative() function in MultiGradientOptimizerv4TestMetric2
H A DitkObjectToObjectMetricBaseTest.cxx61 void GetValueAndDerivative( MeasureType & value, DerivativeType & derivative ) const override in GetValueAndDerivative() function in ObjectToObjectMetricTestMetric
H A DitkRegularStepGradientDescentOptimizerv4Test.cxx69 GetValueAndDerivative( value, derivative ); in GetDerivative()
72 void GetValueAndDerivative( MeasureType & value, in GetValueAndDerivative() function in RSGv4TestMetric
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Registration/Metricsv4/include/
H A DitkObjectToObjectMultiMetricv4.hxx246 this->GetValueAndDerivative( firstValue, derivativeResult ); in GetDerivative()
252 ::GetValueAndDerivative(MeasureType & firstValue, DerivativeType & derivativeResult) const in GetValueAndDerivative() function in itk::ObjectToObjectMultiMetricv4
267 this->m_MetricQueue[j]->GetValueAndDerivative( metricValue, metricDerivative); in GetValueAndDerivative()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Registration/Common/include/
H A DitkMeanSquaresImageToImageMetric.hxx207 ::GetValueAndDerivative(const ParametersType & parameters, in GetValueAndDerivative() function in itk::MeanSquaresImageToImageMetric
293 this->GetValueAndDerivative(parameters, value, derivative); in GetDerivative()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/Optimizersv4/include/
H A DitkSingleValuedCostFunctionv4.h83 virtual void GetValueAndDerivative(MeasureType & value,
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/Optimizers/include/
H A DitkSingleValuedCostFunction.h73 virtual void GetValueAndDerivative(const ParametersType & parameters,
H A DitkFRPROptimizer.h94 virtual void GetValueAndDerivative(ParametersType & p, double *val,

12345