R/ipopCpp_main.R

#' Rcpp Quadratic Problem Solver
#'
#' Rcpp implementation of the kernlab::ipop() quadratic
#' problem solver
#'
#' The only function you're likely to need from \pkg{ipopCpp} is
#' \code{\link{ipopCpp}}.
#' @aliases NULL
"_PACKAGE"

#' @useDynLib ipopCpp
#' @importFrom Rcpp evalCpp
#' @exportPattern "^[[:alpha:]]+"
NULL
ChandlerLutz/ipopCpp documentation built on May 6, 2019, 9:56 a.m.