| Package | Description |
|---|---|
| org.bytedeco.gsl | |
| org.bytedeco.gsl.global |
| Modifier and Type | Method and Description |
|---|---|
_gsl_matrix_char_const_view |
_gsl_matrix_char_const_view.matrix(gsl_matrix_char setter) |
_gsl_matrix_char_const_view |
_gsl_matrix_char_const_view.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
static _gsl_matrix_char_const_view |
gsl.gsl_matrix_char_const_submatrix(gsl_matrix_char m,
long i,
long j,
long n1,
long n2) |
static _gsl_matrix_char_const_view |
gsl.gsl_matrix_char_const_view_array_with_tda(BytePointer base,
long n1,
long n2,
long tda) |
static _gsl_matrix_char_const_view |
gsl.gsl_matrix_char_const_view_array_with_tda(String base,
long n1,
long n2,
long tda) |
static _gsl_matrix_char_const_view |
gsl.gsl_matrix_char_const_view_array(BytePointer base,
long n1,
long n2) |
static _gsl_matrix_char_const_view |
gsl.gsl_matrix_char_const_view_array(String base,
long n1,
long n2) |
static _gsl_matrix_char_const_view |
gsl.gsl_matrix_char_const_view_vector_with_tda(gsl_vector_char v,
long n1,
long n2,
long tda) |
static _gsl_matrix_char_const_view |
gsl.gsl_matrix_char_const_view_vector(gsl_vector_char v,
long n1,
long n2) |
Copyright © 2020. All rights reserved.