Learn R Programming

manifold (version 0.1.2)

LogM: 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)

Value

A matrix having the same size as the input

Arguments

X

A square matrix