chol_solve: Solve function with Cholesky decomposition.

Description Usage Arguments Value

View source: R/RcppExports.R

Description

An Rcpp function that solves M*U = V.

Usage

1
chol_solve(M, V)

Arguments

M

A (M x M) symmetric positive definite matrix.

V

A (M x 1) vector.

Value

The solution to M*U = V.


gigg documentation built on March 9, 2021, 5:07 p.m.