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 Dec. 1, 2025, 5:09 p.m.

Related to LogMSPD in manifold...