ConConPiWiFun: This package contains an implementation of continuous convex piecewise (linear) functions (quadratic coming soon

Continuous convex piecewise linear (ccpl) resp. quadratic (ccpq) functions can be implemented with sorted breakpoints and slopes. This includes functions that are ccpl (resp. ccpq) on a convex set (i.e. an interval or a point) and infinite out of the domain. These functions can be very useful for a large class of optimisation problems. Efficient manipulation (such as log(N) insertion) of such data structure is obtained with map standard template library of C++ (that hides balanced trees). This package is a wrapper on such a class based on Rcpp modules.

Version: 0.3
Depends: methods, graphics, Rcpp (≥ 0.10.2)
LinkingTo: Rcpp
Published: 2013-02-13
Author: Robin Girard
Maintainer: Robin Girard <robin.girard at mines-paristech.fr>
License: GPL (≥ 2)
NeedsCompilation: yes
CRAN checks: ConConPiWiFun results

Downloads:

Package source: ConConPiWiFun_0.3.tar.gz
MacOS X binary: ConConPiWiFun_0.3.tgz
Windows binary: ConConPiWiFun_0.3.zip
Reference manual: ConConPiWiFun.pdf
Old sources: ConConPiWiFun archive