#' chol
#'
#' Cholesky factorization.
#'
#' @param x
#' An fmlmat matrix.
#' @param ...
#' Ignored.
#'
#' @name chol
#' @rdname chol
#' @export
chol.fmlmat = function(x, ...)
{
ret = DATA(x)$dupe()
linalg_chol(ret)
wrapfml(linalg_xpose(ret))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.