Eigen_log: Logarithm of a matrix

View source: R/EigenR.R

Eigen_logR 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.


EigenR documentation built on May 18, 2022, 9:05 a.m.