Learn R Programming

GeoModels (version 2.2.1)

MatDecomp: Matrix decomposition

Description

Matrix decomposition.

Usage

MatDecomp(mtx, method)

Value

Return a matrix decomposition

Arguments

mtx

numeric; a square positive or semipositive definite matrix.

method

string; the type of matrix decomposition. Two possible choices: cholesky and svd.

Details

Decomposition of a square positive or positive semidefinite matrix.