matbesancon / MathOptSetDistances.jl

Distances to sets for MathOptInterface
MIT License
24 stars 4 forks source link

Leverage special arrays when relevant #17

Closed matbesancon closed 3 years ago

matbesancon commented 3 years ago

Lots of returned vectors and matrices are all zeros, identities and so on. We should use FillArrays, SparseArrays and matrices from LinearAlgebra instead of dense arrays

matbesancon commented 3 years ago

This is now more or less done whenever possible