mat_inv {mcgf}R Documentation

Find inverse of a symmetric positive definite matrix

Description

Find inverse of a symmetric positive definite matrix

Usage

mat_inv(x)

Arguments

x

A symmetric and positive definite matrix.

Value

Inverse of x.


[Package mcgf version 1.1.1 Index]