Accumulate JSON-RPC client implemented in Dart
-
Updated
Apr 2, 2025 - Dart
Accumulate JSON-RPC client implemented in Dart
An iterable is a sequence of values.
The project accumulates and shares the code that programmers use repeatedly in many different projects.
Repository for all code in the "C++ Accumulate: More Powerful Than You Think" video.
Create an iterator which iteratively computes a cumulative sum of absolute values.
Create an iterator which iteratively computes a cumulative arithmetic mean of absolute values.
Calculate the cumulative sum of single-precision floating-point strided array elements.
Perform a reduction over elements in a input ndarray.
Create an iterator which iteratively computes a cumulative arithmetic mean of squared absolute values.
Calculate the cumulative maximum of a strided array.
Apply a function against an accumulator and each element in a collection and return the accumulated result.
Calculate the cumulative sum of strided array elements.
Perform a single-pass map-reduce operation against each element in an array and return the accumulated result.
Calculate the cumulative sum of double-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.
Create an iterator which iteratively computes a cumulative geometric mean.
Calculate the cumulative maximum of double-precision floating-point strided array elements.
Calculate the cumulative sum of double-precision floating-point strided array elements using a second-order iterative Kahan–Babuška algorithm.
To associate your repository with the accumulate topic, visit your repo's landing page and select "manage topics."