Packages

object BasisFunction

The BasisFunction object provides utility functions related to basis functions.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BasisFunction
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def dot(f: FunctionS2S, g: FunctionS2S, a: Double = 0.0, b: Double = 1.0): Double

    Compute the dot/inner product of functions 'f' and 'g'.

    Compute the dot/inner product of functions 'f' and 'g'.

    f

    the 1st function

    g

    the other function

    a

    the start of the interval

    b

    the end of the interval

  2. def plot(bf: BasisFunction, m: Int, t: VectorD): Unit

    Plot the basis functions.

    Plot the basis functions.

    bf

    a basis function

    m

    the order of the basis function

    t

    the time parameter