Vital
|
Declares a templated one-dimensional lookup table for fast function evaluation. More...
Go to the source code of this file.
Classes | |
class | vital::OneDimLookup< function, resolution > |
A one-dimensional lookup table for a given function with a specified resolution. More... | |
Namespaces | |
namespace | vital |
Contains classes and functions used within the Vital synthesizer framework. | |
Declares a templated one-dimensional lookup table for fast function evaluation.
This header defines a templated class that uses a precomputed lookup table to approximate a given function. The lookup table can be accessed with cubic interpolation to provide smooth and efficient evaluations.