![]() |
batmat
main
Batched linear algebra routines
|
#include <batmat/linalg/norms.hpp>
Classes | |
| struct | result |
| Accumulator. More... | |
Public Types | |
| using | result |
| Accumulator. | |
Public Member Functions | |
| result | operator() (result accum, T t) const |
| Update the accumulator with a new value. | |
| result | operator() (result accum, result t) const |
| Combine two accumulators. | |
Static Public Member Functions | |
| static result | zero () |
| Identity element for the reduction. | |
| static result_simd | zero_simd () |
| using batmat::linalg::norms< T, void >::result |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |