R/nnoc.R

Defines functions nnoc

Documented in nnoc

##
## Function for creating 'NNOC' objects 
nnoc <- function(G, h){
    return(list(conType = "NNOC", G = as.matrix(G), h = as.matrix(h), dims = nrow(G)))
}

Try the cccp package in your browser

Any scripts or data that you put into this service are public.

cccp documentation built on Sept. 10, 2022, 1:06 a.m.