LogMSPD: Matrix logarithm of a symmetric positive definite

View source: R/RcppExports.R

LogMSPDR Documentation

Matrix logarithm of a symmetric positive definite

Description

LogMSPD(X) computes the matrix logarithm of an SPD matrix using Armardillo. The returned value is a real matrix.

Usage

LogMSPD(X)

Arguments

X

An SPD matrix

Value

A symmetric matrix


manifold documentation built on Oct. 4, 2022, 5:06 p.m.

Related to LogMSPD in manifold...