Go to the source code of this file.
|
void | ma86_default_control_s (struct ma86_control_s *control) |
|
void | ma86_analyse_s (const int n, const int ptr[], const int row[], int order[], void **keep, const struct ma86_control_s *control, struct ma86_info_s *info) |
|
void | ma86_factor_s (const int n, const int ptr[], const int row[], const ma86pkgtype_s_ val[], const int order[], void **keep, const struct ma86_control_s *control, struct ma86_info_s *info, const ma86realtype_s_ scale[]) |
|
void | ma86_factor_solve_s (const int n, const int ptr[], const int row[], const ma86pkgtype_s_ val[], const int order[], void **keep, const struct ma86_control_s *control, struct ma86_info_s *info, const int nrhs, const int ldx, ma86pkgtype_s_ x[], const ma86realtype_s_ scale[]) |
|
void | ma86_solve_s (const int job, const int nrhs, const int ldx, ma86pkgtype_s_ *x, const int order[], void **keep, const struct ma86_control_s *control, struct ma86_info_s *info, const ma86realtype_s_ scale[]) |
|
void | ma86_finalise_s (void **keep, const struct ma86_control_s *control) |
|
◆ ma86_control
◆ ma86_info
◆ ma86_default_control
◆ ma86_analyse
◆ ma86_factor
◆ ma86_factor_solve
◆ ma86_solve
◆ ma86_finalise
◆ ma86pkgtype_s_
◆ ma86realtype_s_
◆ ma86_default_control_s()
◆ ma86_analyse_s()
void ma86_analyse_s |
( |
const int |
n, |
|
|
const int |
ptr[], |
|
|
const int |
row[], |
|
|
int |
order[], |
|
|
void ** |
keep, |
|
|
const struct ma86_control_s * |
control, |
|
|
struct ma86_info_s * |
info |
|
) |
| |
◆ ma86_factor_s()
◆ ma86_factor_solve_s()
void ma86_factor_solve_s |
( |
const int |
n, |
|
|
const int |
ptr[], |
|
|
const int |
row[], |
|
|
const ma86pkgtype_s_ |
val[], |
|
|
const int |
order[], |
|
|
void ** |
keep, |
|
|
const struct ma86_control_s * |
control, |
|
|
struct ma86_info_s * |
info, |
|
|
const int |
nrhs, |
|
|
const int |
ldx, |
|
|
ma86pkgtype_s_ |
x[], |
|
|
const ma86realtype_s_ |
scale[] |
|
) |
| |
◆ ma86_solve_s()
◆ ma86_finalise_s()
void ma86_finalise_s |
( |
void ** |
keep, |
|
|
const struct ma86_control_s * |
control |
|
) |
| |