JuliaLinearAlgebra
A collection of linear algebra packages for the Julia Programming Language.
Pinned Loading
Repositories
Showing 10 of 48 repositories
- LinearMaps.jl Public
A Julia package for defining and working with linear maps, also known as linear transformations or linear operators acting on vectors. The only requirement for a LinearMap is that it can act on a vector (by multiplication) efficiently.
- ArrayLayouts.jl Public
A Julia package for describing array layouts and more general fast linear algebra
- BlockBandedMatrices.jl Public
A Julia package for representing block-banded matrices and banded-block-banded matrices