PolynomialSpace

fun <C : Ring<T>, ScaleOperations<T>> PolynomialSpace(ring: C)

Parameters

T

the type of operated polynomials.

C

the intersection of Ring of T and ScaleOperations of T.

ring

the C instance.

Sources

Link copied to clipboard