Skip to content

matpow

Matrix Powers

v0.1.2 · Mar 12, 2022 · GPL (>= 2)

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.

Downloads

276

Last 30 days

15253rd

639

Last 90 days

3K

Last year

Trend: +40.8% (30d vs prior 30d)

CRAN Check Status

2 NOTE
12 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang NOTE
r-devel-linux-x86_64-debian-gcc NOTE
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-macos-arm64 OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK
Check details (2 non-OK)
NOTE r-devel-linux-x86_64-debian-clang

CRAN incoming feasibility

Maintainer: ‘Norm Matloff <normmatloff@gmail.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = "Norm",
                      family = "Matloff",
                      role = c("aut", "cre"),
                      email = "normmatloff@gmail.com"),
               person(given = "Jack",
                      family = "Norman",
                      role = "aut"))
as necessary.
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Norm Matloff <normmatloff@gmail.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = "Norm",
                      family = "Matloff",
                      role = c("aut", "cre"),
                      email = "normmatloff@gmail.com"),
               person(given = "Jack",
                      family = "Norman",
                      role = "aut"))
as necessary.

Check History

NOTE 12 OK · 2 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026
NOTE r-devel-linux-x86_64-debian-clang

CRAN incoming feasibility

Maintainer: ‘Norm Matloff <normmatloff@gmail.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = "Norm",
                      family = "Matloff",
                      role = c("aut", "cre"),
                      email = "normmatloff@gmail.com"),
               person(given = "Jack",
                      family = "Norman",
                      role = "aut"))
as necessary.
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Norm Matloff <normmatloff@gmail.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = "Norm",
                      family = "Matloff",
                      role = c("aut", "cre"),
                      email = "normmatloff@gmail.com"),
               person(given = "Jack",
                      family = "Norman",
                      role = "aut"))
as necessary.

Reverse Dependencies (1)

imports

Dependency Network

Dependencies Reverse dependencies keyplayer matpow

Version History

new 0.1.2 Mar 10, 2026
updated 0.1.2 ← 0.1.1 diff Mar 11, 2022
new 0.1.1 Aug 19, 2014