Eigen_pow: Matricial power

View source: R/EigenR.R

Eigen_powR Documentation

Matricial power

Description

Matricial power of a real or complex square matrix, when possible.

Usage

Eigen_pow(M, p)

Arguments

M

a square matrix, real or complex

p

a number, real or complex, the power exponent

Details

The power is defined with the help of the exponential and the logarithm. See matrix power.

Value

The matrix M raised at the power p.


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