Vital
Loading...
Searching...
No Matches
lookup_table.h File Reference

Declares a templated one-dimensional lookup table for fast function evaluation. More...

#include "common.h"
#include "poly_utils.h"

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.
 

Detailed Description

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.