NEWS.md
R/ecos.R
G
is NULL
.ECOS source fix for header glblopts.h
that defined ECOS_NAN
using portable R version R_NaN
and R_PosInf
. This caused the convolution example in CVXR
package to fail on 32-bit platforms.
Added a convolution test to be specific.
ECOS update: Synced underlying library to version 2.0.7.
Removed import of Matrix
package, added slam
interface, contributions from Florian Schwendinger.
Tests: Added a number of unit tests based on base C library.
ECOS_csolve
assumes A
and G
as NULL
if any dimension is 0ECOS_csolve