Tatooine
Namespaces | Functions
binary_operation.h File Reference

Go to the source code of this file.

Namespaces

namespace  tatooine
 

Functions

template<typename F , static_tensor Lhs, static_tensor Rhs, std::size_t... Seq>
requires (same_dimensions<Lhs, Rhs>())
constexpr auto tatooine::binary_operation (F &&f, Lhs const &lhs, Rhs const &rhs, std::index_sequence< Seq... >)
 
template<typename F , static_tensor Lhs, static_tensor Rhs>
requires (same_dimensions<Lhs, Rhs>())
constexpr auto tatooine::binary_operation (F &&f, Lhs const &lhs, Rhs const &rhs)