Uses of Class
org.bytedeco.gsl.Ainvx_int_gsl_vector_Pointer
-
Packages that use Ainvx_int_gsl_vector_Pointer Package Description org.bytedeco.gsl.global -
-
Uses of Ainvx_int_gsl_vector_Pointer in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global with parameters of type Ainvx_int_gsl_vector_Pointer Modifier and Type Method Description static intgsl. gsl_linalg_invnorm1(long N, Ainvx_int_gsl_vector_Pointer Ainvx, Pointer params, double[] Ainvnorm, gsl_vector work)static intgsl. gsl_linalg_invnorm1(long N, Ainvx_int_gsl_vector_Pointer Ainvx, Pointer params, DoubleBuffer Ainvnorm, gsl_vector work)static intgsl. gsl_linalg_invnorm1(long N, Ainvx_int_gsl_vector_Pointer Ainvx, Pointer params, DoublePointer Ainvnorm, gsl_vector work)
-