Uses of Class
org.bytedeco.gsl._gsl_matrix_long_view
-
Packages that use _gsl_matrix_long_view Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of _gsl_matrix_long_view in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return _gsl_matrix_long_view Modifier and Type Method Description _gsl_matrix_long_view_gsl_matrix_long_view. getPointer(long i)_gsl_matrix_long_view_gsl_matrix_long_view. matrix(gsl_matrix_long setter)_gsl_matrix_long_view_gsl_matrix_long_view. position(long position) -
Uses of _gsl_matrix_long_view in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return _gsl_matrix_long_view Modifier and Type Method Description static _gsl_matrix_long_viewgsl. gsl_matrix_long_submatrix(gsl_matrix_long m, long i, long j, long n1, long n2)static _gsl_matrix_long_viewgsl. gsl_matrix_long_view_array(CLongPointer base, long n1, long n2)static _gsl_matrix_long_viewgsl. gsl_matrix_long_view_array_with_tda(CLongPointer base, long n1, long n2, long tda)static _gsl_matrix_long_viewgsl. gsl_matrix_long_view_vector(gsl_vector_long v, long n1, long n2)static _gsl_matrix_long_viewgsl. gsl_matrix_long_view_vector_with_tda(gsl_vector_long v, long n1, long n2, long tda)
-