kmath/kmath-functions/scripts/pages.js

2 lines
17 KiB
JavaScript

var pages = [{"name":"class OrderedPiecewisePolynomial<T : Comparable<T>>(delimiter: T) : PiecewisePolynomial<T> ","description":"space.kscience.kmath.functions.OrderedPiecewisePolynomial","location":"kmath-functions/space.kscience.kmath.functions/-ordered-piecewise-polynomial/index.html","searchKeys":["OrderedPiecewisePolynomial","class OrderedPiecewisePolynomial<T : Comparable<T>>(delimiter: T) : PiecewisePolynomial<T> "]},{"name":"fun <T : Comparable<T>> OrderedPiecewisePolynomial(delimiter: T)","description":"space.kscience.kmath.functions.OrderedPiecewisePolynomial.OrderedPiecewisePolynomial","location":"kmath-functions/space.kscience.kmath.functions/-ordered-piecewise-polynomial/-ordered-piecewise-polynomial.html","searchKeys":["OrderedPiecewisePolynomial","fun <T : Comparable<T>> OrderedPiecewisePolynomial(delimiter: T)"]},{"name":"open override fun findPiece(arg: T): Polynomial<T>?","description":"space.kscience.kmath.functions.OrderedPiecewisePolynomial.findPiece","location":"kmath-functions/space.kscience.kmath.functions/-ordered-piecewise-polynomial/find-piece.html","searchKeys":["findPiece","open override fun findPiece(arg: T): Polynomial<T>?"]},{"name":"abstract fun findPiece(arg: T): R?","description":"space.kscience.kmath.functions.Piecewise.findPiece","location":"kmath-functions/space.kscience.kmath.functions/-piecewise/find-piece.html","searchKeys":["findPiece","abstract fun findPiece(arg: T): R?"]},{"name":"fun putLeft(left: T, piece: Polynomial<T>)","description":"space.kscience.kmath.functions.OrderedPiecewisePolynomial.putLeft","location":"kmath-functions/space.kscience.kmath.functions/-ordered-piecewise-polynomial/put-left.html","searchKeys":["putLeft","fun putLeft(left: T, piece: Polynomial<T>)"]},{"name":"fun putRight(right: T, piece: Polynomial<T>)","description":"space.kscience.kmath.functions.OrderedPiecewisePolynomial.putRight","location":"kmath-functions/space.kscience.kmath.functions/-ordered-piecewise-polynomial/put-right.html","searchKeys":["putRight","fun putRight(right: T, piece: Polynomial<T>)"]},{"name":"fun fun interface Piecewise<T, R>","description":"space.kscience.kmath.functions.Piecewise","location":"kmath-functions/space.kscience.kmath.functions/-piecewise/index.html","searchKeys":["Piecewise","fun fun interface Piecewise<T, R>"]},{"name":"fun fun interface PiecewisePolynomial<T : Any> : Piecewise<T, Polynomial<T>> ","description":"space.kscience.kmath.functions.PiecewisePolynomial","location":"kmath-functions/space.kscience.kmath.functions/-piecewise-polynomial/index.html","searchKeys":["PiecewisePolynomial","fun fun interface PiecewisePolynomial<T : Any> : Piecewise<T, Polynomial<T>> "]},{"name":"fun <T : Any> Polynomial(vararg coefficients: T): Polynomial<T>","description":"space.kscience.kmath.functions.Polynomial","location":"kmath-functions/space.kscience.kmath.functions/-polynomial.html","searchKeys":["Polynomial","fun <T : Any> Polynomial(vararg coefficients: T): Polynomial<T>"]},{"name":"fun <T : Any> Polynomial(coefficients: List<T>)","description":"space.kscience.kmath.functions.Polynomial.Polynomial","location":"kmath-functions/space.kscience.kmath.functions/-polynomial/-polynomial.html","searchKeys":["Polynomial","fun <T : Any> Polynomial(coefficients: List<T>)"]},{"name":"val coefficients: List<T>","description":"space.kscience.kmath.functions.Polynomial.coefficients","location":"kmath-functions/space.kscience.kmath.functions/-polynomial/coefficients.html","searchKeys":["coefficients","val coefficients: List<T>"]},{"name":"class PolynomialSpace<T : Any, C : Ring<T>, ScaleOperations<T>>(ring: C) : Group<Polynomial<T>> , ScaleOperations<Polynomial<T>> ","description":"space.kscience.kmath.functions.PolynomialSpace","location":"kmath-functions/space.kscience.kmath.functions/-polynomial-space/index.html","searchKeys":["PolynomialSpace","class PolynomialSpace<T : Any, C : Ring<T>, ScaleOperations<T>>(ring: C) : Group<Polynomial<T>> , ScaleOperations<Polynomial<T>> "]},{"name":"fun <C : Ring<T>, ScaleOperations<T>> PolynomialSpace(ring: C)","description":"space.kscience.kmath.functions.PolynomialSpace.PolynomialSpace","location":"kmath-functions/space.kscience.kmath.functions/-polynomial-space/-polynomial-space.html","searchKeys":["PolynomialSpace","fun <C : Ring<T>, ScaleOperations<T>> PolynomialSpace(ring: C)"]},{"name":"open override fun add(a: Polynomial<T>, b: Polynomial<T>): Polynomial<T>","description":"space.kscience.kmath.functions.PolynomialSpace.add","location":"kmath-functions/space.kscience.kmath.functions/-polynomial-space/add.html","searchKeys":["add","open override fun add(a: Polynomial<T>, b: Polynomial<T>): Polynomial<T>"]},{"name":"operator fun Polynomial<T>.invoke(arg: T): T","description":"space.kscience.kmath.functions.PolynomialSpace.invoke","location":"kmath-functions/space.kscience.kmath.functions/-polynomial-space/invoke.html","searchKeys":["invoke","operator fun Polynomial<T>.invoke(arg: T): T"]},{"name":"open override fun scale(a: Polynomial<T>, value: Double): Polynomial<T>","description":"space.kscience.kmath.functions.PolynomialSpace.scale","location":"kmath-functions/space.kscience.kmath.functions/-polynomial-space/scale.html","searchKeys":["scale","open override fun scale(a: Polynomial<T>, value: Double): Polynomial<T>"]},{"name":"open operator override fun Polynomial<T>.unaryMinus(): Polynomial<T>","description":"space.kscience.kmath.functions.PolynomialSpace.unaryMinus","location":"kmath-functions/space.kscience.kmath.functions/-polynomial-space/unary-minus.html","searchKeys":["unaryMinus","open operator override fun Polynomial<T>.unaryMinus(): Polynomial<T>"]},{"name":"open override val zero: Polynomial<T>","description":"space.kscience.kmath.functions.PolynomialSpace.zero","location":"kmath-functions/space.kscience.kmath.functions/-polynomial-space/zero.html","searchKeys":["zero","open override val zero: Polynomial<T>"]},{"name":"inline fun <T : Any, C : Ring<T>, ScaleOperations<T>, R> C.polynomial(block: PolynomialSpace<T, C>.() -> R): R","description":"space.kscience.kmath.functions.polynomial","location":"kmath-functions/space.kscience.kmath.functions/polynomial.html","searchKeys":["polynomial","inline fun <T : Any, C : Ring<T>, ScaleOperations<T>, R> C.polynomial(block: PolynomialSpace<T, C>.() -> R): R"]},{"name":"class BufferXYPointSet<X, Y>(x: Buffer<X>, y: Buffer<Y>) : XYPointSet<X, Y> ","description":"space.kscience.kmath.interpolation.BufferXYPointSet","location":"kmath-functions/space.kscience.kmath.interpolation/-buffer-x-y-point-set/index.html","searchKeys":["BufferXYPointSet","class BufferXYPointSet<X, Y>(x: Buffer<X>, y: Buffer<Y>) : XYPointSet<X, Y> "]},{"name":"fun <X, Y> BufferXYPointSet(x: Buffer<X>, y: Buffer<Y>)","description":"space.kscience.kmath.interpolation.BufferXYPointSet.BufferXYPointSet","location":"kmath-functions/space.kscience.kmath.interpolation/-buffer-x-y-point-set/-buffer-x-y-point-set.html","searchKeys":["BufferXYPointSet","fun <X, Y> BufferXYPointSet(x: Buffer<X>, y: Buffer<Y>)"]},{"name":"open override val size: Int","description":"space.kscience.kmath.interpolation.BufferXYPointSet.size","location":"kmath-functions/space.kscience.kmath.interpolation/-buffer-x-y-point-set/size.html","searchKeys":["size","open override val size: Int"]},{"name":"open override val size: Int","description":"space.kscience.kmath.interpolation.NDStructureColumn.size","location":"kmath-functions/space.kscience.kmath.interpolation/-n-d-structure-column/size.html","searchKeys":["size","open override val size: Int"]},{"name":"abstract val size: Int","description":"space.kscience.kmath.interpolation.XYPointSet.size","location":"kmath-functions/space.kscience.kmath.interpolation/-x-y-point-set/size.html","searchKeys":["size","abstract val size: Int"]},{"name":"open override val x: Buffer<X>","description":"space.kscience.kmath.interpolation.BufferXYPointSet.x","location":"kmath-functions/space.kscience.kmath.interpolation/-buffer-x-y-point-set/x.html","searchKeys":["x","open override val x: Buffer<X>"]},{"name":"abstract val x: Buffer<X>","description":"space.kscience.kmath.interpolation.XYPointSet.x","location":"kmath-functions/space.kscience.kmath.interpolation/-x-y-point-set/x.html","searchKeys":["x","abstract val x: Buffer<X>"]},{"name":"open override val y: Buffer<Y>","description":"space.kscience.kmath.interpolation.BufferXYPointSet.y","location":"kmath-functions/space.kscience.kmath.interpolation/-buffer-x-y-point-set/y.html","searchKeys":["y","open override val y: Buffer<Y>"]},{"name":"abstract val y: Buffer<Y>","description":"space.kscience.kmath.interpolation.XYPointSet.y","location":"kmath-functions/space.kscience.kmath.interpolation/-x-y-point-set/y.html","searchKeys":["y","abstract val y: Buffer<Y>"]},{"name":"fun fun interface Interpolator<X, Y>","description":"space.kscience.kmath.interpolation.Interpolator","location":"kmath-functions/space.kscience.kmath.interpolation/-interpolator/index.html","searchKeys":["Interpolator","fun fun interface Interpolator<X, Y>"]},{"name":"abstract fun interpolate(points: XYPointSet<X, Y>): (X) -> Y","description":"space.kscience.kmath.interpolation.Interpolator.interpolate","location":"kmath-functions/space.kscience.kmath.interpolation/-interpolator/interpolate.html","searchKeys":["interpolate","abstract fun interpolate(points: XYPointSet<X, Y>): (X) -> Y"]},{"name":"open override fun interpolate(points: XYPointSet<T, T>): (T) -> T","description":"space.kscience.kmath.interpolation.PolynomialInterpolator.interpolate","location":"kmath-functions/space.kscience.kmath.interpolation/-polynomial-interpolator/interpolate.html","searchKeys":["interpolate","open override fun interpolate(points: XYPointSet<T, T>): (T) -> T"]},{"name":"class LinearInterpolator<T : Comparable<T>>(algebra: Field<T>) : PolynomialInterpolator<T> ","description":"space.kscience.kmath.interpolation.LinearInterpolator","location":"kmath-functions/space.kscience.kmath.interpolation/-linear-interpolator/index.html","searchKeys":["LinearInterpolator","class LinearInterpolator<T : Comparable<T>>(algebra: Field<T>) : PolynomialInterpolator<T> "]},{"name":"fun <T : Comparable<T>> LinearInterpolator(algebra: Field<T>)","description":"space.kscience.kmath.interpolation.LinearInterpolator.LinearInterpolator","location":"kmath-functions/space.kscience.kmath.interpolation/-linear-interpolator/-linear-interpolator.html","searchKeys":["LinearInterpolator","fun <T : Comparable<T>> LinearInterpolator(algebra: Field<T>)"]},{"name":"open override val algebra: Field<T>","description":"space.kscience.kmath.interpolation.LinearInterpolator.algebra","location":"kmath-functions/space.kscience.kmath.interpolation/-linear-interpolator/algebra.html","searchKeys":["algebra","open override val algebra: Field<T>"]},{"name":"abstract val algebra: Ring<T>","description":"space.kscience.kmath.interpolation.PolynomialInterpolator.algebra","location":"kmath-functions/space.kscience.kmath.interpolation/-polynomial-interpolator/algebra.html","searchKeys":["algebra","abstract val algebra: Ring<T>"]},{"name":"open override val algebra: Field<T>","description":"space.kscience.kmath.interpolation.SplineInterpolator.algebra","location":"kmath-functions/space.kscience.kmath.interpolation/-spline-interpolator/algebra.html","searchKeys":["algebra","open override val algebra: Field<T>"]},{"name":"open override fun interpolatePolynomials(points: XYPointSet<T, T>): PiecewisePolynomial<T>","description":"space.kscience.kmath.interpolation.LinearInterpolator.interpolatePolynomials","location":"kmath-functions/space.kscience.kmath.interpolation/-linear-interpolator/interpolate-polynomials.html","searchKeys":["interpolatePolynomials","open override fun interpolatePolynomials(points: XYPointSet<T, T>): PiecewisePolynomial<T>"]},{"name":"abstract fun interpolatePolynomials(points: XYPointSet<T, T>): PiecewisePolynomial<T>","description":"space.kscience.kmath.interpolation.PolynomialInterpolator.interpolatePolynomials","location":"kmath-functions/space.kscience.kmath.interpolation/-polynomial-interpolator/interpolate-polynomials.html","searchKeys":["interpolatePolynomials","abstract fun interpolatePolynomials(points: XYPointSet<T, T>): PiecewisePolynomial<T>"]},{"name":"open override fun interpolatePolynomials(points: XYPointSet<T, T>): PiecewisePolynomial<T>","description":"space.kscience.kmath.interpolation.SplineInterpolator.interpolatePolynomials","location":"kmath-functions/space.kscience.kmath.interpolation/-spline-interpolator/interpolate-polynomials.html","searchKeys":["interpolatePolynomials","open override fun interpolatePolynomials(points: XYPointSet<T, T>): PiecewisePolynomial<T>"]},{"name":"class NDStructureColumn<T>(structure: Structure2D<T>, column: Int) : Buffer<T> ","description":"space.kscience.kmath.interpolation.NDStructureColumn","location":"kmath-functions/space.kscience.kmath.interpolation/-n-d-structure-column/index.html","searchKeys":["NDStructureColumn","class NDStructureColumn<T>(structure: Structure2D<T>, column: Int) : Buffer<T> "]},{"name":"fun <T> NDStructureColumn(structure: Structure2D<T>, column: Int)","description":"space.kscience.kmath.interpolation.NDStructureColumn.NDStructureColumn","location":"kmath-functions/space.kscience.kmath.interpolation/-n-d-structure-column/-n-d-structure-column.html","searchKeys":["NDStructureColumn","fun <T> NDStructureColumn(structure: Structure2D<T>, column: Int)"]},{"name":"val column: Int","description":"space.kscience.kmath.interpolation.NDStructureColumn.column","location":"kmath-functions/space.kscience.kmath.interpolation/-n-d-structure-column/column.html","searchKeys":["column","val column: Int"]},{"name":"open operator override fun get(index: Int): T","description":"space.kscience.kmath.interpolation.NDStructureColumn.get","location":"kmath-functions/space.kscience.kmath.interpolation/-n-d-structure-column/get.html","searchKeys":["get","open operator override fun get(index: Int): T"]},{"name":"open operator override fun iterator(): Iterator<T>","description":"space.kscience.kmath.interpolation.NDStructureColumn.iterator","location":"kmath-functions/space.kscience.kmath.interpolation/-n-d-structure-column/iterator.html","searchKeys":["iterator","open operator override fun iterator(): Iterator<T>"]},{"name":"val structure: Structure2D<T>","description":"space.kscience.kmath.interpolation.NDStructureColumn.structure","location":"kmath-functions/space.kscience.kmath.interpolation/-n-d-structure-column/structure.html","searchKeys":["structure","val structure: Structure2D<T>"]},{"name":"interface PolynomialInterpolator<T : Comparable<T>> : Interpolator<T, T> ","description":"space.kscience.kmath.interpolation.PolynomialInterpolator","location":"kmath-functions/space.kscience.kmath.interpolation/-polynomial-interpolator/index.html","searchKeys":["PolynomialInterpolator","interface PolynomialInterpolator<T : Comparable<T>> : Interpolator<T, T> "]},{"name":"open fun getDefaultValue(): T","description":"space.kscience.kmath.interpolation.PolynomialInterpolator.getDefaultValue","location":"kmath-functions/space.kscience.kmath.interpolation/-polynomial-interpolator/get-default-value.html","searchKeys":["getDefaultValue","open fun getDefaultValue(): T"]},{"name":"class SplineInterpolator<T : Comparable<T>>(algebra: Field<T>, bufferFactory: MutableBufferFactory<T>) : PolynomialInterpolator<T> ","description":"space.kscience.kmath.interpolation.SplineInterpolator","location":"kmath-functions/space.kscience.kmath.interpolation/-spline-interpolator/index.html","searchKeys":["SplineInterpolator","class SplineInterpolator<T : Comparable<T>>(algebra: Field<T>, bufferFactory: MutableBufferFactory<T>) : PolynomialInterpolator<T> "]},{"name":"fun <T : Comparable<T>> SplineInterpolator(algebra: Field<T>, bufferFactory: MutableBufferFactory<T>)","description":"space.kscience.kmath.interpolation.SplineInterpolator.SplineInterpolator","location":"kmath-functions/space.kscience.kmath.interpolation/-spline-interpolator/-spline-interpolator.html","searchKeys":["SplineInterpolator","fun <T : Comparable<T>> SplineInterpolator(algebra: Field<T>, bufferFactory: MutableBufferFactory<T>)"]},{"name":"val bufferFactory: MutableBufferFactory<T>","description":"space.kscience.kmath.interpolation.SplineInterpolator.bufferFactory","location":"kmath-functions/space.kscience.kmath.interpolation/-spline-interpolator/buffer-factory.html","searchKeys":["bufferFactory","val bufferFactory: MutableBufferFactory<T>"]},{"name":"interface XYPointSet<X, Y>","description":"space.kscience.kmath.interpolation.XYPointSet","location":"kmath-functions/space.kscience.kmath.interpolation/-x-y-point-set/index.html","searchKeys":["XYPointSet","interface XYPointSet<X, Y>"]},{"name":"interface XYZPointSet<X, Y, Z> : XYPointSet<X, Y> ","description":"space.kscience.kmath.interpolation.XYZPointSet","location":"kmath-functions/space.kscience.kmath.interpolation/-x-y-z-point-set/index.html","searchKeys":["XYZPointSet","interface XYZPointSet<X, Y, Z> : XYPointSet<X, Y> "]},{"name":"abstract val z: Buffer<Z>","description":"space.kscience.kmath.interpolation.XYZPointSet.z","location":"kmath-functions/space.kscience.kmath.interpolation/-x-y-z-point-set/z.html","searchKeys":["z","abstract val z: Buffer<Z>"]},{"name":"fun <T> Structure2D<T>.asXYPointSet(): XYPointSet<T, T>","description":"space.kscience.kmath.interpolation.asXYPointSet","location":"kmath-functions/space.kscience.kmath.interpolation/as-x-y-point-set.html","searchKeys":["asXYPointSet","fun <T> Structure2D<T>.asXYPointSet(): XYPointSet<T, T>"]}]