org.jmatrices.dbl.rowcoltr
Interface ColumnTransformation


public interface ColumnTransformation

ColumnTransformation

this is an open thought of trying to make column operations eleganter and perhaps faster Check out the "see also" section

Author: purangp

Date: 07.03.2004 Time: 20:48:58

See Also:
ColumnTransformer.applyColumnOperation(org.jmatrices.dbl.Matrix, org.jmatrices.dbl.rowcoltr.ColumnTransformation)

Method Summary
 double apply(Matrix d)
           
 

Method Detail

apply

public double apply(Matrix d)