Package org.robwork.sdurw_math
Class EigenRowVector3id
- java.lang.Object
-
- org.robwork.sdurw_math.EigenRowVector3id
-
public class EigenRowVector3id extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EigenRowVector3id(int dimx, int dimy)EigenRowVector3id(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description EigenRowVector3idadd(EigenRowVector3id wrench)intcols()voiddelete()complexdget(int x, int y)complexdget(long row, long column)static longgetCPtr(EigenRowVector3id obj)introws()voidset(int x, int y, complexd value)voidset(long row, long column, complexd d)EigenRowVector3idsubtract(EigenRowVector3id wrench)
-
-
-
Method Detail
-
getCPtr
public static long getCPtr(EigenRowVector3id obj)
-
delete
public void delete()
-
add
public EigenRowVector3id add(EigenRowVector3id wrench)
-
subtract
public EigenRowVector3id subtract(EigenRowVector3id wrench)
-
rows
public int rows()
-
cols
public int cols()
-
get
public complexd get(int x, int y)
-
set
public void set(int x, int y, complexd value)
-
get
public complexd get(long row, long column)
-
set
public void set(long row, long column, complexd d)
-
-