Lazy algebra framework

November 8, 2022 ยท View on GitHub

Stable Doc. Dev. Doc. License Build Status Build Status Coverage

LazyAlgebra is a Julia package to generalize the notion of matrices and vectors used in linear algebra.

This package is used in:

  • OptimPackNextGen which provides optimization methods for large scale problems in pure Julia.
  • LinearInterpolators which provides methods for interpolating multi-dimensional arrays.

Similar Julia packages:

  • LinearMaps
  • LinearOperators