Package org.robwork.sdurw_math
Class pairEigenMatrixXComplex_d_EigenVectorXComplex_d
- java.lang.Object
-
- org.robwork.sdurw_math.pairEigenMatrixXComplex_d_EigenVectorXComplex_d
-
public class pairEigenMatrixXComplex_d_EigenVectorXComplex_d extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description pairEigenMatrixXComplex_d_EigenVectorXComplex_d()
pairEigenMatrixXComplex_d_EigenVectorXComplex_d(long cPtr, boolean cMemoryOwn)
pairEigenMatrixXComplex_d_EigenVectorXComplex_d(pairEigenMatrixXComplex_d_EigenVectorXComplex_d other)
pairEigenMatrixXComplex_d_EigenVectorXComplex_d(SWIGTYPE_p_rw__math__LinearAlgebra__EigenMatrixT_std__complexT_double_t_t__type first, SWIGTYPE_p_rw__math__LinearAlgebra__EigenVectorT_std__complexT_double_t_t__type second)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
static long
getCPtr(pairEigenMatrixXComplex_d_EigenVectorXComplex_d obj)
SWIGTYPE_p_rw__math__LinearAlgebra__EigenMatrixT_std__complexT_double_t_t__type
getFirst()
SWIGTYPE_p_rw__math__LinearAlgebra__EigenVectorT_std__complexT_double_t_t__type
getSecond()
void
setFirst(SWIGTYPE_p_rw__math__LinearAlgebra__EigenMatrixT_std__complexT_double_t_t__type value)
void
setSecond(SWIGTYPE_p_rw__math__LinearAlgebra__EigenVectorT_std__complexT_double_t_t__type value)
-
-
-
Constructor Detail
-
pairEigenMatrixXComplex_d_EigenVectorXComplex_d
public pairEigenMatrixXComplex_d_EigenVectorXComplex_d(long cPtr, boolean cMemoryOwn)
-
pairEigenMatrixXComplex_d_EigenVectorXComplex_d
public pairEigenMatrixXComplex_d_EigenVectorXComplex_d()
-
pairEigenMatrixXComplex_d_EigenVectorXComplex_d
public pairEigenMatrixXComplex_d_EigenVectorXComplex_d(SWIGTYPE_p_rw__math__LinearAlgebra__EigenMatrixT_std__complexT_double_t_t__type first, SWIGTYPE_p_rw__math__LinearAlgebra__EigenVectorT_std__complexT_double_t_t__type second)
-
pairEigenMatrixXComplex_d_EigenVectorXComplex_d
public pairEigenMatrixXComplex_d_EigenVectorXComplex_d(pairEigenMatrixXComplex_d_EigenVectorXComplex_d other)
-
-
Method Detail
-
getCPtr
public static long getCPtr(pairEigenMatrixXComplex_d_EigenVectorXComplex_d obj)
-
delete
public void delete()
-
setFirst
public void setFirst(SWIGTYPE_p_rw__math__LinearAlgebra__EigenMatrixT_std__complexT_double_t_t__type value)
-
getFirst
public SWIGTYPE_p_rw__math__LinearAlgebra__EigenMatrixT_std__complexT_double_t_t__type getFirst()
-
setSecond
public void setSecond(SWIGTYPE_p_rw__math__LinearAlgebra__EigenVectorT_std__complexT_double_t_t__type value)
-
getSecond
public SWIGTYPE_p_rw__math__LinearAlgebra__EigenVectorT_std__complexT_double_t_t__type getSecond()
-
-