LabeledRationalFunctionSpace
open class LabeledRationalFunctionSpace<Number>(polynomialSpace: MultivariatePolynomialSpace<Number, LabeledVariable, LabeledPolynomial<Number>>) : MultivariatePolynomialSpaceOfFractions<Number, LabeledVariable, LabeledPolynomial<Number>, LabeledRationalFunction<Number>> (source)
Constructors
Link copied to clipboard
constructor(polynomialSpace: MultivariatePolynomialSpace<Number, LabeledVariable, LabeledPolynomial<Number>>)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Creates a ListPolynomialSpaceOverField over a received field.
Creates a ListPolynomialSpace over a received ring.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
abstract operator fun LabeledRationalFunction<Number>.div(other: LabeledRationalFunction<Number>): LabeledRationalFunction<Number>
open operator fun LabeledRationalFunction<Number>.div(other: ULong): LabeledRationalFunction<Number>
open operator fun ULong.div(other: LabeledRationalFunction<Number>): LabeledRationalFunction<Number>
operator override fun LabeledRationalFunction<Number>.div(other: LabeledVariable): LabeledRationalFunction<Number>
operator override fun LabeledVariable.div(other: LabeledRationalFunction<Number>): LabeledRationalFunction<Number>
abstract operator fun Number.div(other: LabeledRationalFunction<Number>): LabeledRationalFunction<Number>
abstract operator fun LabeledPolynomial<Number>.div(other: LabeledPolynomial<Number>): LabeledRationalFunction<Number>
abstract operator fun LabeledPolynomial<Number>.div(other: LabeledRationalFunction<Number>): LabeledRationalFunction<Number>
abstract operator fun LabeledRationalFunction<Number>.div(other: Number): LabeledRationalFunction<Number>
abstract operator fun LabeledRationalFunction<Number>.div(other: LabeledPolynomial<Number>): LabeledRationalFunction<Number>
Link copied to clipboard
open infix fun LabeledRationalFunction<Number>.equalsTo(other: LabeledRationalFunction<Number>): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract operator fun LabeledRationalFunction<Number>.minus(other: LabeledRationalFunction<Number>): LabeledRationalFunction<Number>
open operator fun LabeledRationalFunction<Number>.minus(other: Int): LabeledRationalFunction<Number>
open operator fun LabeledRationalFunction<Number>.minus(other: Long): LabeledRationalFunction<Number>
open operator fun LabeledRationalFunction<Number>.minus(other: UInt): LabeledRationalFunction<Number>
open operator fun LabeledRationalFunction<Number>.minus(other: ULong): LabeledRationalFunction<Number>
open operator fun Int.minus(other: LabeledRationalFunction<Number>): LabeledRationalFunction<Number>
open operator fun Long.minus(other: LabeledRationalFunction<Number>): LabeledRationalFunction<Number>
open operator fun UInt.minus(other: LabeledRationalFunction<Number>): LabeledRationalFunction<Number>
open operator fun ULong.minus(other: LabeledRationalFunction<Number>): LabeledRationalFunction<Number>
operator override fun LabeledRationalFunction<Number>.minus(other: LabeledVariable): LabeledRationalFunction<Number>
operator override fun LabeledVariable.minus(other: LabeledRationalFunction<Number>): LabeledRationalFunction<Number>
abstract operator fun Number.minus(other: LabeledRationalFunction<Number>): LabeledRationalFunction<Number>
abstract operator fun LabeledPolynomial<Number>.minus(other: LabeledRationalFunction<Number>): LabeledRationalFunction<Number>
abstract operator fun LabeledRationalFunction<Number>.minus(other: Number): LabeledRationalFunction<Number>
abstract operator fun LabeledRationalFunction<Number>.minus(other: LabeledPolynomial<Number>): LabeledRationalFunction<Number>
Link copied to clipboard
open operator fun LabeledRationalFunction<Number>.plus(other: Long): LabeledRationalFunction<Number>
open operator fun Long.plus(other: LabeledRationalFunction<Number>): LabeledRationalFunction<Number>
abstract operator fun LabeledRationalFunction<Number>.plus(other: LabeledRationalFunction<Number>): LabeledRationalFunction<Number>
open operator fun LabeledRationalFunction<Number>.plus(other: UInt): LabeledRationalFunction<Number>
open operator fun LabeledRationalFunction<Number>.plus(other: ULong): LabeledRationalFunction<Number>
open operator fun UInt.plus(other: LabeledRationalFunction<Number>): LabeledRationalFunction<Number>
open operator fun ULong.plus(other: LabeledRationalFunction<Number>): LabeledRationalFunction<Number>
operator override fun LabeledRationalFunction<Number>.plus(other: LabeledVariable): LabeledRationalFunction<Number>
operator override fun LabeledVariable.plus(other: LabeledRationalFunction<Number>): LabeledRationalFunction<Number>
abstract operator fun Number.plus(other: LabeledRationalFunction<Number>): LabeledRationalFunction<Number>
abstract operator fun LabeledPolynomial<Number>.plus(other: LabeledRationalFunction<Number>): LabeledRationalFunction<Number>
abstract operator fun LabeledRationalFunction<Number>.plus(other: Number): LabeledRationalFunction<Number>
abstract operator fun LabeledRationalFunction<Number>.plus(other: LabeledPolynomial<Number>): LabeledRationalFunction<Number>
Link copied to clipboard
open infix fun LabeledRationalFunction<Number>.pow(exponent: ULong): LabeledRationalFunction<Number>
Link copied to clipboard
open fun power(base: LabeledRationalFunction<Number>, exponent: Int): LabeledRationalFunction<Number>
open fun power(base: LabeledRationalFunction<Number>, exponent: Long): LabeledRationalFunction<Number>
open fun power(base: LabeledRationalFunction<Number>, exponent: UInt): LabeledRationalFunction<Number>
open fun power(base: LabeledRationalFunction<Number>, exponent: ULong): LabeledRationalFunction<Number>
Link copied to clipboard
abstract fun rationalFunctionValueOf(value: LabeledPolynomial<Number>): LabeledRationalFunction<Number>
Link copied to clipboard
open operator fun LabeledRationalFunction<Number>.times(other: Int): LabeledRationalFunction<Number>
open operator fun LabeledRationalFunction<Number>.times(other: Long): LabeledRationalFunction<Number>
open operator fun Int.times(other: LabeledRationalFunction<Number>): LabeledRationalFunction<Number>
open operator fun Long.times(other: LabeledRationalFunction<Number>): LabeledRationalFunction<Number>
abstract operator fun LabeledRationalFunction<Number>.times(other: LabeledRationalFunction<Number>): LabeledRationalFunction<Number>
open operator fun LabeledRationalFunction<Number>.times(other: UInt): LabeledRationalFunction<Number>
open operator fun LabeledRationalFunction<Number>.times(other: ULong): LabeledRationalFunction<Number>
open operator fun UInt.times(other: LabeledRationalFunction<Number>): LabeledRationalFunction<Number>
open operator fun ULong.times(other: LabeledRationalFunction<Number>): LabeledRationalFunction<Number>
operator override fun LabeledRationalFunction<Number>.times(other: LabeledVariable): LabeledRationalFunction<Number>
operator override fun LabeledVariable.times(other: LabeledRationalFunction<Number>): LabeledRationalFunction<Number>
abstract operator fun Number.times(other: LabeledRationalFunction<Number>): LabeledRationalFunction<Number>
abstract operator fun LabeledPolynomial<Number>.times(other: LabeledRationalFunction<Number>): LabeledRationalFunction<Number>
abstract operator fun LabeledRationalFunction<Number>.times(other: Number): LabeledRationalFunction<Number>
abstract operator fun LabeledRationalFunction<Number>.times(other: LabeledPolynomial<Number>): LabeledRationalFunction<Number>
Link copied to clipboard
Link copied to clipboard