Eigen_log {EigenR}R Documentation

Logarithm of a matrix

Description

Logarithm of a real or complex square matrix, when possible.

Usage

Eigen_log(M)

Arguments

M

a square matrix, real or complex

Details

The logarithm of a matrix does not always exist. See matrix logarithm.

Value

The logarithm of M.


[Package EigenR version 1.2.3 Index]