linearalgebra.numeric
Interface NumericRowInterface

All Superinterfaces:
java.lang.Cloneable, MatrixInterface, NumericMatrixInterface, RowInterface
All Known Implementing Classes:
NumericRow

public interface NumericRowInterface
extends RowInterface, NumericMatrixInterface


Method Summary
 double getColumnValue(int col)
           
 NumericVectorInterface getNumericVectorView()
           
 
Methods inherited from interface linearalgebra.RowInterface
getColumnCount, 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
 
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, getColumnTopPivotIndex, getOrthogonalProjectionMatrix, getProjectionMatrix, getReflectionMatrix, getRowCount, getRowLeftPivotIndex, getRowRightPivotIndex, getTranspose, hasColumnPivot, hasRowPivot, isIdempotent, isIdentity, isLowerLeftTriangular, isOrthogonal, isPositiveDefinite, isSymmetric, isUpperRightTriangular, swapRows, swapRows
 

Method Detail

getColumnValue

double getColumnValue(int col)

getNumericVectorView

NumericVectorInterface getNumericVectorView()