deint.utils

Undocumented in source.

Members

Functions

makeTrapInt
NumInt!(F, F) makeTrapInt(F xa, F xb, size_t N, Flag!"isPeriodic" isPeriodic)

This function creates a instance of NumInt for integration by the trapezoidal rule.

withWeight
auto withWeight(Int integ, Fn weightFn)

This function create a instance of NumInt from original another and weight function. This function is useful when we know integrands has same weight.

Meta