matrixExp {vocaldia}R 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)

[Package vocaldia version 0.8.4 Index]