matrix_power: Computes A^n

View source: R/RcppExports.R

matrix_powerR Documentation

Computes A^n

Description

Computes A^n

Usage

matrix_power(n, A)

Arguments

n

An integer.

A

A matrix.

Value

A^n.


matrixdist documentation built on Aug. 8, 2023, 5:06 p.m.