wafom.precomputation

Undocumented in source.

Members

Aliases

getWAFOMCalculator
alias getWAFOMCalculator(U, size_t chunkSize = 8) = memoize!(_getWAFOMCalculator!(U, chunkSize))
Undocumented in source.

Functions

RMSWAFOM
real RMSWAFOM(DigitalNet!(U, Size) P, real c)
Undocumented in source. Be warned that the author may not have intended to support it.
WAFOM
real WAFOM(DigitalNet!(U, Size) P, real c, real exponent)
Undocumented in source. Be warned that the author may not have intended to support it.
_getWAFOMCalculator
auto _getWAFOMCalculator(size_t n, real c, real exponent)
Undocumented in source. Be warned that the author may not have intended to support it.

Imports

lg (from std.math)
public import std.math : lg = log2;
Undocumented in source.

Meta