Class ColumnVector<R,​C>

  • All Implemented Interfaces:
    Vector<R>

    public class ColumnVector<R,​C>
    extends java.lang.Object
    implements Vector<R>
    • Constructor Summary

      Constructors 
      Constructor Description
      ColumnVector​(Matrix<R,​C> matrix, C column)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getDouble​(R key)  
      R getKey​(int index)  
      boolean isAvailable​(R key)  
      int size()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ColumnVector

        public ColumnVector​(Matrix<R,​C> matrix,
                            C column)
    • Method Detail

      • size

        public int size()
        Specified by:
        size in interface Vector<R>
      • getKey

        public R getKey​(int index)
        Specified by:
        getKey in interface Vector<R>
      • isAvailable

        public boolean isAvailable​(R key)
        Specified by:
        isAvailable in interface Vector<R>
      • getDouble

        public double getDouble​(R key)
        Specified by:
        getDouble in interface Vector<R>