BasisFunction

scalation.calculus.BasisFunction
See theBasisFunction companion trait
object BasisFunction

The BasisFunction object provides utility functions related to basis functions.

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def dot(f: FunctionS2S, g: FunctionS2S, a: Double, b: Double): Double

Compute the dot/inner product of functions 'f' and 'g': ∫ ((a, b), f * g) May use Hilbert: f.dot (g, a, b)

Compute the dot/inner product of functions 'f' and 'g': ∫ ((a, b), f * g) May use Hilbert: f.dot (g, a, b)

Value parameters

a

the start of the interval

b

the end of the interval

f

the first function

g

the second function

Attributes

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

Plot the basis functions.

Plot the basis functions.

Value parameters

bf

a basis function

m

the order of the basis function

t

the time parameter

Attributes