Class RowVector<R,​C>

  • All Implemented Interfaces:
    Vector<C>

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

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

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

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

      • RowVector

        public RowVector​(Matrix<R,​C> matrix,
                         R row)
    • Method Detail

      • size

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

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

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

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