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