Package space.kscience.kmath.misc
Types
Marks API that could cause performance problems. The code marked by this API is unnecessary slow but could cause slow-down in some cases. Refer to the documentation and benchmark it to be sure.
Marks declarations that are still experimental in the KMath APIs, which means that the design of the corresponding declarations has open issues that may (or may not) lead to their changes in the future. Roughly speaking, there is a chance of those declarations will be deprecated in the near future or the semantics of their behavior may change in some way that may break some code.
Functions
Generic cumulative operation on iterator.
Cumulative sum with custom space
Return a new array filled with buffer indices. Indices order is defined by sorting associated buffer value. This feature allows sorting buffer values without reordering its content.
Checks that the Buffer is sorted (ascending) and throws IllegalArgumentException if it is not.
Create a zero-copy virtual buffer that contains the same elements but in descending order