linearalgebra
Interface ColumnInterface

All Superinterfaces:
MatrixInterface
All Known Subinterfaces:
NumericColumnInterface
All Known Implementing Classes:
NumericColumn

public interface ColumnInterface
extends MatrixInterface


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

Method Detail

getRowCount

int getRowCount()
Specified by:
getRowCount in interface MatrixInterface

getVectorView

VectorInterface getVectorView()