Uses of Interface
linearalgebra.numeric.NumericRowInterface

Packages that use NumericRowInterface
linearalgebra.numeric   
 

Uses of NumericRowInterface in linearalgebra.numeric
 

Classes in linearalgebra.numeric that implement NumericRowInterface
 class NumericRow
           
 

Methods in linearalgebra.numeric that return NumericRowInterface
 NumericRowInterface NumericRow.getNumericRowView(int row)
           
 NumericRowInterface NumericMatrixInterface.getNumericRowView(int rowIndex)
           
 NumericRowInterface NumericColumn.getNumericRowView(int row)
           
 NumericRowInterface AbstractMatrix.getNumericRowView(int rowIndex)