LogM: Matrix logarithm

View source: R/RcppExports.R

LogMR Documentation

Matrix logarithm

Description

LogM(X) computes the matrix logarithm of a general matrix using Armardillo. The returned value is a complex matrix but converted into a real one.

Usage

LogM(X)

Arguments

X

A square matrix

Value

A matrix having the same size as the input


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

Related to LogM in manifold...