ConConPiWiFun-package: This package contains an implementation of continuous convex...

Description Details Author(s) References Examples

Description

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 usefull 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.

Details

Package: ConConPiWiFun
Type: Package
Version: 0.3.0
Date: 2013-02-08
License: GPL

Author(s)

Robin Girard

Maintainer: <robin.girard@mines-paristech.fr>

References

Related Papers are

Examples

1
2
3
4
library(ConConPiWiFun)
####  See 
#? cplfunction for continuous convex piecewise functions
#? cplfunctionvec for (optimized) list of continnuous convex piecewise functions

ConConPiWiFun documentation built on Jan. 13, 2021, 6:20 a.m.