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