| Package | Description |
|---|---|
| org.bytedeco.gsl | |
| org.bytedeco.gsl.global |
| Modifier and Type | Method and Description |
|---|---|
gsl_root_fdfsolver_type |
gsl_root_fdfsolver_type.iterate(gsl_root_fdfsolver_type.Iterate_Pointer_gsl_function_fdf_DoublePointer setter) |
gsl_root_fdfsolver_type |
gsl_root_fdfsolver_type.name(BytePointer setter) |
gsl_root_fdfsolver_type |
gsl_root_fdfsolver_type.position(long position) |
gsl_root_fdfsolver_type |
gsl_root_fdfsolver_type.set(gsl_root_fdfsolver_type.Set_Pointer_gsl_function_fdf_DoublePointer setter) |
gsl_root_fdfsolver_type |
gsl_root_fdfsolver_type.size(long setter) |
gsl_root_fdfsolver_type |
gsl_root_fdfsolver.type() |
| Modifier and Type | Method and Description |
|---|---|
gsl_root_fdfsolver |
gsl_root_fdfsolver.type(gsl_root_fdfsolver_type setter) |
| Modifier and Type | Method and Description |
|---|---|
static gsl_root_fdfsolver_type |
gsl.gsl_root_fdfsolver_newton() |
static gsl_root_fdfsolver_type |
gsl.gsl_root_fdfsolver_secant() |
static gsl_root_fdfsolver_type |
gsl.gsl_root_fdfsolver_steffenson() |
| Modifier and Type | Method and Description |
|---|---|
static gsl_root_fdfsolver |
gsl.gsl_root_fdfsolver_alloc(gsl_root_fdfsolver_type T) |
static void |
gsl.gsl_root_fdfsolver_newton(gsl_root_fdfsolver_type setter) |
static void |
gsl.gsl_root_fdfsolver_secant(gsl_root_fdfsolver_type setter) |
static void |
gsl.gsl_root_fdfsolver_steffenson(gsl_root_fdfsolver_type setter) |
Copyright © 2020. All rights reserved.