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