#' Hessian Row
#'
#' Multiply two variables and return colsums
#' TODO
#'
#' @param x matrix
#' @param pm post multiply
#' @noRd
hessian_row <- function(x, pm) {
return(colSums(x * pm))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.