matrixExp: matrixExp: raise matrix to exp.

View source: R/markov.R

matrixExpR Documentation

matrixExp: raise matrix to exp.

Description

Matrix exponentials

Usage

matrixExp(matrix, exp, mmatrix = matrix)

Arguments

matrix

a matrix

exp

the power to which matrix will be raised

mmatrix

a placeholder.

Details

A (sort of) exponential function for matrix multiplication (to be used with staticMatrix).

Value

matrix^exp

Examples

data(vocdia)
matrixExp(vocmatrix$ttarray, 3)

vocaldia documentation built on Aug. 15, 2022, 1:05 a.m.