Go to the source code of this file.
|
void | ma86_default_control_d (struct ma86_control_d *control) |
|
void | ma86_analyse_d (const int n, const int ptr[], const int row[], int order[], void **keep, const struct ma86_control_d *control, struct ma86_info_d *info) |
|
void | ma86_factor_d (const int n, const int ptr[], const int row[], const ma86pkgtype_d_ val[], const int order[], void **keep, const struct ma86_control_d *control, struct ma86_info_d *info, const ma86realtype_d_ scale[]) |
|
void | ma86_factor_solve_d (const int n, const int ptr[], const int row[], const ma86pkgtype_d_ val[], const int order[], void **keep, const struct ma86_control_d *control, struct ma86_info_d *info, const int nrhs, const int ldx, ma86pkgtype_d_ x[], const ma86realtype_d_ scale[]) |
|
void | ma86_solve_d (const int job, const int nrhs, const int ldx, ma86pkgtype_d_ *x, const int order[], void **keep, const struct ma86_control_d *control, struct ma86_info_d *info, const ma86realtype_d_ scale[]) |
|
void | ma86_finalise_d (void **keep, const struct ma86_control_d *control) |
|
◆ ma86_control
◆ ma86_info
◆ ma86_default_control
◆ ma86_analyse
◆ ma86_factor
◆ ma86_factor_solve
◆ ma86_solve
◆ ma86_finalise
◆ ma86pkgtype_d_
◆ ma86realtype_d_
◆ ma86_default_control_d()
◆ ma86_analyse_d()
void ma86_analyse_d |
( |
const int |
n, |
|
|
const int |
ptr[], |
|
|
const int |
row[], |
|
|
int |
order[], |
|
|
void ** |
keep, |
|
|
const struct ma86_control_d * |
control, |
|
|
struct ma86_info_d * |
info |
|
) |
| |
◆ ma86_factor_d()
◆ ma86_factor_solve_d()
void ma86_factor_solve_d |
( |
const int |
n, |
|
|
const int |
ptr[], |
|
|
const int |
row[], |
|
|
const ma86pkgtype_d_ |
val[], |
|
|
const int |
order[], |
|
|
void ** |
keep, |
|
|
const struct ma86_control_d * |
control, |
|
|
struct ma86_info_d * |
info, |
|
|
const int |
nrhs, |
|
|
const int |
ldx, |
|
|
ma86pkgtype_d_ |
x[], |
|
|
const ma86realtype_d_ |
scale[] |
|
) |
| |
◆ ma86_solve_d()
◆ ma86_finalise_d()
void ma86_finalise_d |
( |
void ** |
keep, |
|
|
const struct ma86_control_d * |
control |
|
) |
| |