JuliaSmoothOptimizers / LDLFactorizations.jl

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

`getproperty` is type-unstable #93

Open ElOceanografo opened 3 years ago

ElOceanografo commented 3 years ago

Just chased a type-instability in some code back to the getproperty method for LDLFactorizations here. Using getfield instead is a workaround, but it would be nice if the dot-property syntax was type-stable, or if there were type-stable "getter" functions for the factorization's fields.