Uses of Interface
linearalgebra.RowInterface

Packages that use RowInterface
linearalgebra.numeric   
 

Uses of RowInterface in linearalgebra.numeric
 

Subinterfaces of RowInterface in linearalgebra.numeric
 interface NumericRowInterface
           
 

Classes in linearalgebra.numeric that implement RowInterface
 class NumericRow
           
 

Methods in linearalgebra.numeric that return RowInterface
 RowInterface NumericRow.getRowView(int row)
           
 RowInterface NumericColumn.getRowView(int row)
           
 RowInterface AbstractMatrix.getRowView(int rowIndex)