runtime: Add struct fields and functions to manipulate the permutation and the...
runtime: Add struct fields and functions to manipulate the permutation and the inverse permutation arrays Added permutation on top of partial pivoting, panel only. First version of LU with pivoting.
parent
c3eaa00f
No related branches found
No related tags found
Showing
- include/chameleon/runtime.h 8 additions, 4 deletionsinclude/chameleon/runtime.h
- include/chameleon/struct.h 9 additions, 5 deletionsinclude/chameleon/struct.h
- runtime/openmp/control/runtime_descriptor_ipiv.c 29 additions, 4 deletionsruntime/openmp/control/runtime_descriptor_ipiv.c
- runtime/parsec/control/runtime_descriptor_ipiv.c 29 additions, 4 deletionsruntime/parsec/control/runtime_descriptor_ipiv.c
- runtime/quark/control/runtime_descriptor_ipiv.c 29 additions, 4 deletionsruntime/quark/control/runtime_descriptor_ipiv.c
- runtime/starpu/control/runtime_descriptor_ipiv.c 124 additions, 31 deletionsruntime/starpu/control/runtime_descriptor_ipiv.c
Loading
Please register or sign in to comment