Package org.robwork.sdurw_math
Class EigenMatrix3id
- java.lang.Object
-
- org.robwork.sdurw_math.EigenMatrix3id
-
public class EigenMatrix3id extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EigenMatrix3id(int dimx, int dimy)EigenMatrix3id(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description EigenMatrix3idadd(EigenMatrix3id wrench)intcols()voiddelete()complexdget(int x, int y)complexdget(long row, long column)static longgetCPtr(EigenMatrix3id obj)introws()voidset(int x, int y, complexd value)voidset(long row, long column, complexd d)EigenMatrix3idsubtract(EigenMatrix3id wrench)
-
-
-
Method Detail
-
getCPtr
public static long getCPtr(EigenMatrix3id obj)
-
delete
public void delete()
-
add
public EigenMatrix3id add(EigenMatrix3id wrench)
-
subtract
public EigenMatrix3id subtract(EigenMatrix3id 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)
-
-