isPD: Helper function to check if matrix is positive definite

View source: R/isPD.R

isPDR Documentation

Helper function to check if matrix is positive definite

Description

Helper function to check if matrix is positive definite

Usage

isPD(mat, tol = 1e-06)

Arguments

mat

The matrix

tol

The tolerance

Value

A boolean indicating positive definiteness


oosse documentation built on May 29, 2024, 10:35 a.m.