Nothing
## ----setup, include = FALSE----------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
## ---- eval=FALSE---------------------------------------------------------
# test_A <- matrix(c(4,1,1,3), ncol = 2)
# test_b <- matrix(1:2, ncol = 1)
#
# cgsolve(test_A, test_b, 1e-6, 1000)
## ---- eval=FALSE---------------------------------------------------------
# test_A <- matrix(c(4,1,1,3), ncol = 2)
# test_b <- matrix(1:2, ncol = 1)
#
# pcgsolve(test_A, test_b, "ICC")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.