GraphMatFun.jl

Computation graphs for matrix functions
Author matrixfunctions
Popularity
13 Stars
Updated Last
3 Months Ago
Started In
March 2021

Computation graphs for matrix functions

Stable Dev Tests codecov GitHub

This package contains functionality to represent, manipulate and optimize algorithms for matrix functions using directed acyclic graphs. It also contains code generate features for other languages (Julia, MATLAB, C/BLAS).

Installation

The package is registered with the Julia central registry and can be installed with the command:

julia> ]
(v1.7) pkg> add GraphMatFun

You can now follow the examples in the online package documentation.

Used By Packages

No packages found.