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