MeshKernel
Static Public Member Functions | List of all members
meshkernel::SamplesHessianCalculator Class Referencefinal

A class implementing the computation of the real component the local hessian eigenvalues. More...

#include <SamplesHessianCalculator.hpp>

Static Public Member Functions

static std::vector< SampleComputeSamplesHessian (const std::vector< Sample > &rawSamplePoints, const Projection projection, UInt numberOfSmoothingIterations, const UInt numX, const UInt numY)
 Computation of the samples Hessian. More...
 

Detailed Description

A class implementing the computation of the real component the local hessian eigenvalues.

Member Function Documentation

◆ ComputeSamplesHessian()

static std::vector<Sample> meshkernel::SamplesHessianCalculator::ComputeSamplesHessian ( const std::vector< Sample > &  rawSamplePoints,
const Projection  projection,
UInt  numberOfSmoothingIterations,
const UInt  numX,
const UInt  numY 
)
static

Computation of the samples Hessian.

Parameters
[in]rawSamplePointsThe raw sample points
[in]projectionThe mesh projection
[in]numberOfSmoothingIterationsThe number of smoothing iterations for the samples
[in]numXThe number of samples x coordinates
[in]numYThe number of samples y coordinates
Returns
A vector of samples containing the real component the local hessian eigenvalues

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