Public API Reference

Helper Functions

SparseGridsKit.genzMethod

Generates the Genz test functions.

Arguments

  • n::Int: Number of dimensions (positive integer).
  • C::Float64: Scaling coefficient.
  • W::Float64: Shift parameter.
  • T::String: Decay type, options are "nodecay", "quadraticdecay", "quarticdecay", "exponentialdecay", and "squaredexponentialdecay".
  • N::String: Function type, options are "oscillatory", "productpeak", "productpeaknormalised", "cornerpeak", "gaussianpeak", "c0continuous", and "discontinuous".

Returns

  • A function of specified Genz test function.
source