Polynomial

class Polynomial(coeffVec: SimpleMatrix)

Constructors

Link copied to clipboard
fun Polynomial(coeffVec: SimpleMatrix)

Properties

Link copied to clipboard
val coeffs: MutableList<Double>

Functions

Link copied to clipboard
operator fun get(t: Double, n: Int = 0): Double

yes this is totally unreadable i know but it's cool so whatever

Link copied to clipboard
open override fun toString(): String