Class BasisMatrix

java.lang.Object
  extended byBasisMatrix

public class BasisMatrix
extends java.lang.Object

A data structure that contains a bit matrix


Constructor Summary
BasisMatrix(int[][] A)
          Create a new basis matrix for the EVCS problem
 
Method Summary
 int[][] share(int[] p)
          Returns a matrix resulting from the columns permutation provided by the p vector.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasisMatrix

public BasisMatrix(int[][] A)
Create a new basis matrix for the EVCS problem

Parameters:
A - the matrix
Method Detail

share

public int[][] share(int[] p)
Returns a matrix resulting from the columns permutation provided by the p vector.