R/ecos.R
G
is NULL
.Makevars
and Makevars.win
to use Rscript
call to R.home()
to figure out include path. (Issue 5)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
c
, per Anqi’s request.Call
entries