Package-level declarations
Types
Link copied to clipboard
class MonotonicSeriesAlgebra<T, out A : Ring<T>, out BA : BufferAlgebra<T, A>, L : Comparable<L>>(bufferAlgebra: BA, offsetToLabel: (Int) -> L, labelToOffset: (L) -> Double) : SeriesAlgebra<T, A, BA, L>
A SeriesAlgebra with reverse label to index transformation.