jml.matlab.utils
Class SortResult

java.lang.Object
  extended by jml.matlab.utils.SortResult

public class SortResult
extends java.lang.Object

A wrapper for the output of sort function.

There are two data members:
B: sorted values as a RealMatrix data structure
IX: indices of sorted values in the original matrix


Field Summary
 org.apache.commons.math.linear.RealMatrix B
           
 int[][] IX
           
 
Constructor Summary
SortResult(org.apache.commons.math.linear.RealMatrix B, int[][] IX)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

B

public org.apache.commons.math.linear.RealMatrix B

IX

public int[][] IX
Constructor Detail

SortResult

public SortResult(org.apache.commons.math.linear.RealMatrix B,
                  int[][] IX)