Nothing
#' @title Solving Ax = b Nimbly in C++
#'
#' @description Routines for solving large systems of linear equations in R.
#' Direct and iterative solvers from the Eigen C++ library are made available.
#' Solvers include Cholesky, LU, QR, and Krylov subspace methods (Conjugate
#' Gradient, BiCGSTAB). Both dense and sparse problems are supported.
#'
#' @docType package
#' @name sanic
#' @importFrom Rcpp sourceCpp
#' @useDynLib sanic
NULL
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.