linearalgebra
Interface RowInterface

All Superinterfaces:
MatrixInterface
All Known Subinterfaces:
NumericRowInterface
All Known Implementing Classes:
NumericRow

public interface RowInterface
extends MatrixInterface


Method Summary
 int getColumnCount()
           
 VectorInterface getVectorView()
           
 
Methods inherited from interface linearalgebra.MatrixInterface
equals, factorInverse, factorL, factorL, factorU, getColumnBottomPivotIndex, getColumnTopPivotIndex, getOrthogonalProjectionMatrix, getProjectionMatrix, getReflectionMatrix, getRowCount, getRowLeftPivotIndex, getRowRightPivotIndex, getTranspose, hasColumnPivot, hasRowPivot, isIdempotent, isIdentity, isLowerLeftTriangular, isOrthogonal, isPositiveDefinite, isSymmetric, isUpperRightTriangular, swapRows, swapRows
 

Method Detail

getColumnCount

int getColumnCount()
Specified by:
getColumnCount in interface MatrixInterface

getVectorView

VectorInterface getVectorView()