Class jinaMatrix

java.lang.Object
  |
  +--jinaMatrix

public class jinaMatrix
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  jinaMatrix()
           
protected jinaMatrix(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(jinaMatrix obj)
           
 jinaVarptrptr getEl()
           
 int getJinaTsId()
           
 int getM()
           
 int getN()
           
 int getShape()
           
 int getVtype()
           
 void setEl(jinaVarptrptr el)
           
 void setJinaTsId(int ts_id)
           
 void setM(int m)
           
 void setN(int n)
           
 void setShape(int shape)
           
 void setVtype(int vtype)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

jinaMatrix

protected jinaMatrix(long cPtr,
                     boolean cMemoryOwn)

jinaMatrix

public jinaMatrix()
Method Detail

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

delete

public void delete()

getCPtr

protected static long getCPtr(jinaMatrix obj)

setJinaTsId

public void setJinaTsId(int ts_id)

getJinaTsId

public int getJinaTsId()

setVtype

public void setVtype(int vtype)

getVtype

public int getVtype()

setShape

public void setShape(int shape)

getShape

public int getShape()

setM

public void setM(int m)

getM

public int getM()

setN

public void setN(int n)

getN

public int getN()

setEl

public void setEl(jinaVarptrptr el)

getEl

public jinaVarptrptr getEl()