Skip to content

matrixfunctions/GraphMatFun.jl

Repository files navigation

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.