Skip to content

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.

License

Notifications You must be signed in to change notification settings

JuliaLinearAlgebra/LinearMaps.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinearMaps

A Julia package for defining and working with linear maps.

Linear maps are 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.

Documentation Build Status
stable docs dev docs build status coverage Aqua QA license

Installation

The package can be installed with the Julia package manager. From the Julia REPL, type ] to enter the Pkg REPL mode and run:

pkg> add LinearMaps

Or, equivalently, via the Pkg API:

julia> import Pkg; Pkg.add("LinearMaps")

About

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages