Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

NotificationsYou 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

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.

DocumentationBuild Status
stable docsdev docsbuild statuscoverageAqua QAlicense

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 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

Stars

Watchers

Forks

Packages

No packages published

Contributors25

Languages


[8]ページ先頭

©2009-2025 Movatter.jp