Classes.c

Go to the documentation of this file.
00001 
00009 #include "CI_common.h"
00010 
00011 SEXP 
00012     CI_expectationSym,
00013     CI_covarianceSym,
00014     CI_sumweightsSym;
00015 
00016 SEXP coin_init(void) {
00017     CI_expectationSym = install("expectation");
00018     CI_covarianceSym = install("covariance");
00019     CI_sumweightsSym = install("sumweights");
00020     return(R_NilValue);
00021 }

Generated on Thu Sep 7 13:05:23 2006 for coin by  doxygen 1.4.6