my.positive.definite.solve: my.positive.definite.solve

Description Usage Arguments Details Value Author(s)

Description

Reverses a quadratic positive definite matrix.

Usage

1

Arguments

A

quadratic positive definite matrix

eps

level of the lowest eigenvalue to consider

Details

The program makes an eigenvalue decomposition of the positive definite matrix A and searches all eigenvalues greater than eps. The value of return is the inverse matrix of A, constructed with the matrix product of the corresponding eigenvalues and eigenvectors.

Value

The return is the inverse matrix of A.

Author(s)

Christian Schellhase <cschellhase@wiwi.uni-bielefeld.de>


pendensity documentation built on May 2, 2019, 3:58 a.m.