compute_inverse {GPCERF}R Documentation

Compute matrix inverse for a covariate matrix

Description

Computes inverse of a covariate matrix using Choleski decomposition.

Usage

compute_inverse(mtrx)

Arguments

mtrx

An n * n covariate matrix

Value

A matrix that represent the inverse of the input matrix.


[Package GPCERF version 0.2.4 Index]