matrix_power: Matrix Power

Description Usage Arguments Value Examples

Description

Matrix Power

Usage

1
matrix_power(x, pow)

Arguments

x

matrix() Square numeric matrix.

pow

integer() Matrix power.

Value

matrix()

Examples

1
2
3
x <- matrix(c(1,2,3,4), nrow = 2)
pow <- 2
matrix_power(x, pow)

luke-a-rogers/mmmTMB documentation built on Jan. 16, 2021, 3:53 p.m.