Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

de.lmu.ifi.dbs.elki.math.linearalgebra
Class MatrixPosition

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.math.linearalgebra.MatrixPosition

public class MatrixPosition
extends Object

class for matrix positions


Field Summary
(package private)  int colPos
           
(package private)  int rowPos
           
 
Constructor Summary
MatrixPosition(int i, int j)
          Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rowPos

int rowPos

colPos

int colPos
Constructor Detail

MatrixPosition

MatrixPosition(int i,
               int j)
Constructor

Parameters:
i - the row position
j - the column position

Release 0.1 (2008-07-10_1838)