linearalgebra.numeric
Class MatrixVector

java.lang.Object
  extended by linearalgebra.numeric.MatrixVector
All Implemented Interfaces:
MatrixInterface

abstract class MatrixVector
extends java.lang.Object
implements MatrixInterface


Field Summary
(package private)  NumericVector m_vector
           
 
Constructor Summary
MatrixVector(double[] v)
           
MatrixVector(VectorInterface v)
           
 
Method Summary
 VectorInterface getVectorView()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface linearalgebra.MatrixInterface
equals, factorInverse, factorL, factorL, factorU, getColumnBottomPivotIndex, getColumnCount, getColumnTopPivotIndex, getOrthogonalProjectionMatrix, getProjectionMatrix, getReflectionMatrix, getRowCount, getRowLeftPivotIndex, getRowRightPivotIndex, getTranspose, hasColumnPivot, hasRowPivot, isIdempotent, isIdentity, isLowerLeftTriangular, isOrthogonal, isPositiveDefinite, isSymmetric, isUpperRightTriangular, swapRows, swapRows
 

Field Detail

m_vector

NumericVector m_vector
Constructor Detail

MatrixVector

public MatrixVector(VectorInterface v)

MatrixVector

public MatrixVector(double[] v)
Method Detail

getVectorView

public VectorInterface getVectorView()