View source on GitHub |
Returns function which does hypercube interpolation.
tfl.test_utils.get_hypercube_interpolation_fn(
coefficients
)
This is only for 2^d lattice aka hypercube.
Args | |
---|---|
coefficients
|
coefficients of hypercube ordered according to index of corresponding vertex. |
Returns | |
---|---|
Function which takes d-dimension point and performs hypercube interpolation with given coefficients. |