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 EigenVectorXf
add(EigenVectorXf wrench)
int
cols()
void
delete()
float
get(int x, int y)
float
get(long row, long column)
static long
getCPtr(EigenVectorXf obj)
int
rows()
void
set(int x, int y, float value)
void
set(long row, long column, float d)
EigenVectorXf
subtract(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)
-
-