linearalgebra.numeric
Interface NumericColumnInterface

All Superinterfaces:
java.lang.Cloneable, ColumnInterface, MatrixInterface, NumericMatrixInterface
All Known Implementing Classes:
NumericColumn

public interface NumericColumnInterface
extends ColumnInterface, NumericMatrixInterface


Method Summary
 NumericVectorInterface getNumericVectorView()
           
 double getRowValue(int row)
           
 
Methods inherited from interface linearalgebra.ColumnInterface
getRowCount, 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
 
Methods inherited from interface linearalgebra.numeric.NumericMatrixInterface
clone, combineRows, getElement, getNumericColumnView, getNumericRowView, incrementElement, minus, minusEquals, multiply, multiplyEquals, multiplyRow, plus, plusEquals, power, product, scaleElement, setElement
 
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

getRowValue

double getRowValue(int row)

getNumericVectorView

NumericVectorInterface getNumericVectorView()