- Notifications
You must be signed in to change notification settings - Fork41
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
JuliaLinearAlgebra/LinearMaps.jl
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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 aLinearMap is that it can act on a vector (by multiplication) efficiently.
| Documentation | Build Status |
|---|---|
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 LinearMapsOr, equivalently, via thePkg 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
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.