math
Class MatFloat

java.lang.Object
  extended by math.Mat2
      extended by math.MatFloat

public class MatFloat
extends Mat2


Field Summary
 float[][] f
           
 
Constructor Summary
MatFloat(float[][] flt)
           
 
Method Summary
static double getMax(double[] a)
           
static void main(java.lang.String[] args)
           
 void readAsgz(java.lang.String fn)
           
 void saveAsgz()
           
 void saveAsgz(java.lang.String fn)
           
 
Methods inherited from class math.Mat2
clip, clip, copy, copyArray, equal, getAverage, getAverage, getAverage, getAverage, getIdentity, getInt2, getMax, getMax, getMin, getSampleSquareMatrix, getShort, getShort, getStandardDeviation, getStandardDeviation, getSum, getSum, getSum, getVariance, getVariance, grow, intQuickSort, median, normalize, normalize, normalize, numberOfNonZeros, print, print, print, print, printArray, printKernel, printKernel, printKernel, printMaple, printMaple, printMedian, printStats, printStats, quadSwap, removeTheDcComponent, removeTheDcComponent, resample, scale, scale, scale, scale, scale, shortToFloat, subtract, testOutlier, testQuickSort, threshold, threshold, transpose, transpose, transpose, transpose, transpose, transpose, transpose, transpose, transpose, transpose
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

f

public float[][] f
Constructor Detail

MatFloat

public MatFloat(float[][] flt)
Method Detail

main

public static void main(java.lang.String[] args)

saveAsgz

public void saveAsgz()

saveAsgz

public void saveAsgz(java.lang.String fn)

readAsgz

public void readAsgz(java.lang.String fn)

getMax

public static double getMax(double[] a)