|
template<floating_point Float> |
| tatooine::interpolation::linear (Float, Float) -> linear< Float > |
|
template<floating_point Float> |
| tatooine::interpolation::linear (Float, Float, Float, Float) -> linear< Float > |
|
template<floating_point Float, std::size_t... Dims> |
| tatooine::interpolation::linear (Float, Float, tensor< Float, Dims... >, tensor< Float, Dims... >) -> linear< tensor< Float, Dims... > > |
|
template<floating_point Float, std::size_t... Dims> |
| tatooine::interpolation::linear (tensor< Float, Dims... >, tensor< Float, Dims... >) -> linear< tensor< Float, Dims... > > |
|
template<floating_point Float, std::size_t N> |
| tatooine::interpolation::linear (Float, Float, vec< Float, N >, vec< Float, N >) -> linear< tensor< Float, N > > |
|
template<floating_point Float, std::size_t N> |
| tatooine::interpolation::linear (vec< Float, N >, vec< Float, N >) -> linear< tensor< Float, N > > |
|
template<floating_point Float, std::size_t M, std::size_t N> |
| tatooine::interpolation::linear (Float, Float, mat< Float, M, N >, mat< Float, M, N >) -> linear< tensor< Float, N > > |
|
template<floating_point Float, std::size_t M, std::size_t N> |
| tatooine::interpolation::linear (mat< Float, M, N >, mat< Float, M, N >) -> linear< tensor< Float, M, N > > |
|
template<floating_point Float> |
| tatooine::interpolation::cubic (Float, Float, Float, Float) -> cubic< Float > |
|
template<floating_point Float> |
| tatooine::interpolation::cubic (Float, Float, Float, Float, Float, Float) -> cubic< Float > |
|
template<floating_point Float, std::size_t N> |
| tatooine::interpolation::cubic (tensor< Float, N >, tensor< Float, N >, tensor< Float, N >, tensor< Float, N >) -> cubic< tensor< Float, N > > |
|
template<floating_point Float, std::size_t N> |
| tatooine::interpolation::cubic (Float, Float, tensor< Float, N >, tensor< Float, N >, tensor< Float, N >, tensor< Float, N >) -> cubic< tensor< Float, N > > |
|
template<floating_point Float, std::size_t N> |
| tatooine::interpolation::cubic (vec< Float, N >, vec< Float, N >, vec< Float, N >, vec< Float, N >) -> cubic< tensor< Float, N > > |
|
template<floating_point Float, std::size_t N> |
| tatooine::interpolation::cubic (Float, Float, vec< Float, N >, vec< Float, N >, vec< Float, N >, vec< Float, N >) -> cubic< tensor< Float, N > > |
|
template<floating_point Float> |
| tatooine::interpolation::quintic (Float, Float, Float, Float, Float, Float) -> quintic< Float > |
|