You are here
Error message
- Notice: Trying to access array offset on value of type int in element_children() (line 6489 of /home3/gardeoi3/public_html/iamrandom/includes/common.inc).
- Notice: Trying to access array offset on value of type int in element_children() (line 6489 of /home3/gardeoi3/public_html/iamrandom/includes/common.inc).
- Notice: Trying to access array offset on value of type int in element_children() (line 6489 of /home3/gardeoi3/public_html/iamrandom/includes/common.inc).
- Notice: Trying to access array offset on value of type int in element_children() (line 6489 of /home3/gardeoi3/public_html/iamrandom/includes/common.inc).
- Notice: Trying to access array offset on value of type int in element_children() (line 6489 of /home3/gardeoi3/public_html/iamrandom/includes/common.inc).
- Notice: Trying to access array offset on value of type int in element_children() (line 6489 of /home3/gardeoi3/public_html/iamrandom/includes/common.inc).
- Notice: Trying to access array offset on value of type int in element_children() (line 6489 of /home3/gardeoi3/public_html/iamrandom/includes/common.inc).
- Notice: Trying to access array offset on value of type int in element_children() (line 6489 of /home3/gardeoi3/public_html/iamrandom/includes/common.inc).
- Notice: Trying to access array offset on value of type int in element_children() (line 6489 of /home3/gardeoi3/public_html/iamrandom/includes/common.inc).
- Notice: Trying to access array offset on value of type int in element_children() (line 6489 of /home3/gardeoi3/public_html/iamrandom/includes/common.inc).
- Notice: Trying to access array offset on value of type int in element_children() (line 6489 of /home3/gardeoi3/public_html/iamrandom/includes/common.inc).
- Notice: Trying to access array offset on value of type int in element_children() (line 6489 of /home3/gardeoi3/public_html/iamrandom/includes/common.inc).
- Notice: Trying to access array offset on value of type int in element_children() (line 6489 of /home3/gardeoi3/public_html/iamrandom/includes/common.inc).
- Notice: Trying to access array offset on value of type int in element_children() (line 6489 of /home3/gardeoi3/public_html/iamrandom/includes/common.inc).
- Deprecated function: The each() function is deprecated. This message will be suppressed on further calls in book_next() (line 811 of /home3/gardeoi3/public_html/iamrandom/modules/book/book.module).
- Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters in drupal_get_feeds() (line 394 of /home3/gardeoi3/public_html/iamrandom/includes/common.inc).
Rcpp Code
By tholscla on Sat, 11/02/2013 - 00:12
Rcpp code goes in this book.
- Installing Rcpp on Windows (8.1)
- Testing newly installed Rcpp
- Generic wrapper
- Quick look ups
- 3D arrays
- Sum a vector (sumv)
- Multiply matrices (matmul)
- Dot product (dot)
- Sample or Rmultinom (sampling)
- Rnorm (rnormdouble)
- Runif (runifdouble)
- Rgamma (rgammadouble)
- Rbinom (rbinomint)
- dmvnorm (uses Sigma inverse)