PolySparse

object PolySparse
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

final
def apply[@specialized(Double) C : ClassTag](data: IterableOnce[Term[C]]): PolySparse[C]
final
def apply[@specialized(Double) C : ClassTag](data: Map[Int, C]): PolySparse[C]
final
def apply[@specialized(Double) C : ClassTag](poly: Polynomial[C]): PolySparse[C]
final
def zero[@specialized(Double) C : ClassTag]: PolySparse[C]