pow2_matrix: Computes A^(2^n)

View source: R/RcppExports.R

pow2_matrixR Documentation

Computes A^(2^n)

Description

Computes A^(2^n)

Usage

pow2_matrix(n, A)

Arguments

n

An integer.

A

A matrix.

Value

A^(2^n).


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