![]() |
MAGMA
1.5.0
Matrix Algebra for GPU and Multicore Architectures
|
Functions | |
magma_int_t | magma_ialusetup (magma_s_sparse_matrix A, magma_s_preconditioner *precond) |
Prepares the ILU preconditioner via the asynchronous ILU iteration. More... | |
magma_int_t | magma_sapplyailu_l (magma_s_vector b, magma_s_vector *x, magma_s_preconditioner *precond) |
Performs the left triangular solves using the ILU preconditioner. More... | |
magma_int_t | magma_sapplyailu_r (magma_s_vector b, magma_s_vector *x, magma_s_preconditioner *precond) |
Performs the right triangular solves using the ILU preconditioner. More... | |
magma_int_t | magma_scuilusetup (magma_s_sparse_matrix A, magma_s_preconditioner *precond) |
Prepares the ILU preconditioner via the asynchronous ILU iteration. More... | |
magma_int_t | magma_sapplycuilu_l (magma_s_vector b, magma_s_vector *x, magma_s_preconditioner *precond) |
Performs the left triangular solves using the ILU preconditioner. More... | |
magma_int_t | magma_sapplycuilu_r (magma_s_vector b, magma_s_vector *x, magma_s_preconditioner *precond) |
Performs the right triangular solves using the ILU preconditioner. More... | |
magma_int_t magma_ialusetup | ( | magma_s_sparse_matrix | A, |
magma_s_preconditioner * | precond | ||
) |
Prepares the ILU preconditioner via the asynchronous ILU iteration.
A | magma_s_sparse_matrix input matrix A |
precond | magma_s_preconditioner* preconditioner parameters |
magma_int_t magma_sapplyailu_l | ( | magma_s_vector | b, |
magma_s_vector * | x, | ||
magma_s_preconditioner * | precond | ||
) |
Performs the left triangular solves using the ILU preconditioner.
b | magma_s_vector RHS |
x | magma_s_vector* vector to precondition |
precond | magma_s_preconditioner* preconditioner parameters |
magma_int_t magma_sapplyailu_r | ( | magma_s_vector | b, |
magma_s_vector * | x, | ||
magma_s_preconditioner * | precond | ||
) |
Performs the right triangular solves using the ILU preconditioner.
b | magma_s_vector RHS |
x | magma_s_vector* vector to precondition |
precond | magma_s_preconditioner* preconditioner parameters |
magma_int_t magma_sapplycuilu_l | ( | magma_s_vector | b, |
magma_s_vector * | x, | ||
magma_s_preconditioner * | precond | ||
) |
Performs the left triangular solves using the ILU preconditioner.
b | magma_s_vector RHS |
x | magma_s_vector* vector to precondition |
precond | magma_s_preconditioner* preconditioner parameters |
magma_int_t magma_sapplycuilu_r | ( | magma_s_vector | b, |
magma_s_vector * | x, | ||
magma_s_preconditioner * | precond | ||
) |
Performs the right triangular solves using the ILU preconditioner.
b | magma_s_vector RHS |
x | magma_s_vector* vector to precondition |
precond | magma_s_preconditioner* preconditioner parameters |
magma_int_t magma_scuilusetup | ( | magma_s_sparse_matrix | A, |
magma_s_preconditioner * | precond | ||
) |
Prepares the ILU preconditioner via the asynchronous ILU iteration.
A | magma_s_sparse_matrix input matrix A |
precond | magma_s_preconditioner* preconditioner parameters |