|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Memory layout policy for batch affine operations with parallel arrays. More...
#include <element.hpp>
Static Public Member Functions | |
| template<typename AffineElement > | |
| static constexpr size_t | lhs_index (size_t i) noexcept |
| template<typename AffineElement > | |
| static constexpr size_t | rhs_index (size_t i) noexcept |
| template<typename AffineElement > | |
| static constexpr size_t | output_index (size_t i, size_t num_pairs) noexcept |
Static Public Attributes | |
| static constexpr bool | ENABLE_PREFETCH = false |
Memory layout policy for batch affine operations with parallel arrays.
Layout: (lhs[i], rhs[i]) -> rhs[i] with sequential output (no prefetch needed)
Definition at line 177 of file element.hpp.
|
inlinestaticconstexprnoexcept |
Definition at line 180 of file element.hpp.
|
inlinestaticconstexprnoexcept |
Definition at line 185 of file element.hpp.
|
inlinestaticconstexprnoexcept |
Definition at line 182 of file element.hpp.
|
staticconstexpr |
Definition at line 178 of file element.hpp.