org.jmatrices.dbl.transformer
Class MatrixEBETransformer

java.lang.Object
  extended byorg.jmatrices.dbl.transformer.MatrixEBETransformer

public final class MatrixEBETransformer
extends java.lang.Object

MatrixEBETransformer is responsible for applying the MatrixEBETransformation to each element in a matrix

Author: purangp

Date: 07.03.2004 Time: 15:54:06

See Also:
MatrixEBETransformation, MatrixConditionalEBETransformation

Method Summary
static Matrix ebeTransform(Matrix m, MatrixConditionalEBETransformation mcebet)
          Performs a ebeTransform on a matrix
static Matrix ebeTransform(Matrix m, MatrixEBETransformation mebet)
          Performs a ebeTransform on a matrix
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

ebeTransform

public static Matrix ebeTransform(Matrix m,
                                  MatrixEBETransformation mebet)
Performs a ebeTransform on a matrix

Parameters:
m - Matrix
mebet - MatrixEBETransformation object responsible for the transformation
Returns:
transformed matrix

ebeTransform

public static Matrix ebeTransform(Matrix m,
                                  MatrixConditionalEBETransformation mcebet)
Performs a ebeTransform on a matrix

Parameters:
m - Matrix to be transformed
mcebet - MatrixConditionalEBETransformation object responsible for the transformation
Returns:
transformed matrix