Uses of Class
pipe.dataLayer.DataLayer.Matrix

Packages that use DataLayer.Matrix
pipe.dataLayer   
 

Uses of DataLayer.Matrix in pipe.dataLayer
 

Fields in pipe.dataLayer declared as DataLayer.Matrix
private  DataLayer.Matrix DataLayer.markupHistoryMatrix
          Markup Storage Array
private  DataLayer.Matrix DataLayer.fowardsIncidenceMatrix
          Foward Incidence Matrix
private  DataLayer.Matrix DataLayer.backwardsIncidenceMatrix
          Backward Incidence Matrix
private  DataLayer.Matrix DataLayer.incidenceMatrix
          Incidence Matrix
 

Methods in pipe.dataLayer with parameters of type DataLayer.Matrix
 void DataLayer.Matrix.add(DataLayer.Matrix matrixInput)
          Add a another matrix current matrix
 void DataLayer.Matrix.minus(DataLayer.Matrix matrixInput)
          Subtract a another matrix from current matrix