R/nlfc.R

Defines functions nlfc

Documented in nlfc

##
## Function for creating 'NLFC' objects 
nlfc <- function(G, h){
    return(list(conType = "NLFC", 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 Dec. 10, 2023, 3:04 a.m.