JuliaSmoothOptimizers / LDLFactorizations.jl

Factorization of Symmetric Matrices
GNU Lesser General Public License v3.0
34 stars 12 forks source link

Vectorization #87

Open geoffroyleconte opened 3 years ago

geoffroyleconte commented 3 years ago

It would be interesting to use vectorization macros such as @simd or @avx to increase the speed of this package and if possible to add GPU support. However this would probably lead us to change most of the code since it uses commands such as continue, break , and loops that are not independent.