Transform

scalation.mathstat.Transform
trait Transform(x: VectorD | MatrixD)

The Transform trait supports the use of transformation functions, such that it is easy to take the inverse transform. When a transformation uses arguments, they are remembered for use by the inverse transformation.

Value parameters

x

the vector or matrix being transformed

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class cosForm
object log1pForm
object logForm
class powForm
class rangeForm
class sinForm
class zForm
Show all

Members list

Value members

Abstract methods

def f(x: MatrixD): MatrixD
def fi(y: MatrixD): MatrixD

Concrete methods

def setB(x: MatrixD): Unit
def setLU(_lu: VectorD): Unit

Concrete fields

val f: FunctionV2V