You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome to COSMO! You can use this Github issue to suggest a new feature for COSMO.
Is your feature request related to a problem? Please describe.
This page of the documentation states: Since we call the LAPACK function syevr for eigenvalue decompositions, we currently only support solving problems with PSD constraints in Float32 and Float64.
Is it possible to somehow overcome this issue to be able to have the whole model in arbitrary precision ? I am pretty sure that Julia has somewhere eigenvalues decomposition in arbitrary precision.
Describe the solution you'd like
The possibility to provide the whole model in arbitrary type (say not only BigFloat, but also e.g. MultiFloats.jl, ArbFloats.jl, DoubleFloats.jl and have all subroutines accept these types.
The text was updated successfully, but these errors were encountered:
Welcome to COSMO! You can use this Github issue to suggest a new feature for COSMO.
Is your feature request related to a problem? Please describe.
This page of the documentation states:
Since we call the LAPACK function syevr for eigenvalue decompositions, we currently only support solving problems with PSD constraints in Float32 and Float64.
Is it possible to somehow overcome this issue to be able to have the whole model in arbitrary precision ? I am pretty sure that Julia has somewhere eigenvalues decomposition in arbitrary precision.
Describe the solution you'd like
The possibility to provide the whole model in arbitrary type (say not only BigFloat, but also e.g.
MultiFloats.jl
,ArbFloats.jl
,DoubleFloats.jl
and have all subroutines accept these types.The text was updated successfully, but these errors were encountered: