Learn R Programming

matpow (version 0.1.2)

Matrix Powers

Description

A general framework for computing powers of matrices. A key feature is the capability for users to write callback functions, called after each iteration, thus enabling customization for specific applications. Diverse types of matrix classes/matrix multiplication are accommodated. If the multiplication type computes in parallel, then the package computation is also parallel.

Copy Link

Version

Install

install.packages('matpow')

Monthly Downloads

183

Version

0.1.2

License

GPL (>= 2)

Maintainer

Norm Matloff

Last Published

March 12th, 2022

Functions in matpow (0.1.2)

genmulcmd

Generate Multiplication Command
matpow

Matrix Powers
normvec

Vector Norm
cgraph

Callback Examples
dup

Deep-Copy