Class DenseVector_Double


  • public final class DenseVector_Double
    extends org.moe.natj.c.StructObject
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int count()  
      org.moe.natj.general.ptr.DoublePtr data()  
      void setCount​(int value)  
      void setData​(org.moe.natj.general.ptr.DoublePtr value)  
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

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

      • DenseVector_Double

        public DenseVector_Double()
      • DenseVector_Double

        protected DenseVector_Double​(org.moe.natj.general.Pointer peer)
      • DenseVector_Double

        public DenseVector_Double​(int count,
                                  org.moe.natj.general.ptr.DoublePtr data)
    • Method Detail

      • count

        public int count()
      • setCount

        public void setCount​(int value)
      • data

        public org.moe.natj.general.ptr.DoublePtr data()
      • setData

        public void setData​(org.moe.natj.general.ptr.DoublePtr value)