vector_of_powers: Computes elements A^n until the given size

View source: R/RcppExports.R

vector_of_powersR Documentation

Computes elements A^n until the given size

Description

Computes elements A^n until the given size

Usage

vector_of_powers(A, vect_size)

Arguments

A

A matrix.

vect_size

Size of vector.


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