SparseArrays

E96220

SparseArrays is a Julia standard library module that provides data structures and operations for efficiently working with sparse matrices and related linear algebra.

AI illustration

How this image was made

AI-generated illustration of SparseArrays

This AI-generated illustration was produced by black-forest-labs/FLUX.2-dev (1024x1024) from a prompt written by openai/gpt-oss-120b from the entity's label + description.

Prompt

Generate an image of SparseArrays (SparseArrays is a Julia standard library module that provides data structures and operations for efficiently working with sparse matrices and related linear algebra.)

All labels observed (2)

Label Occurrences
SparseArrays canonical 2
SparseVector 1

How this entity was disambiguated

Statements (49)

Predicate Object
instanceOf Julia standard library module ⓘ
category linear algebra library ⓘ
numerical computing library ⓘ
definesType Bidiagonal ⓘ
BlockBandedMatrix ⓘ
Diagonal ⓘ
SparseMatrixCSC ⓘ
SparseVector ⓘ
linked to: SparseArrays

SymTridiagonal ⓘ
Tridiagonal ⓘ
documentationURL https://docs.julialang.org/en/v1/stdlib/SparseArrays/ ⓘ
exportsFunction dropzeros! ⓘ
findnz ⓘ
issparse ⓘ
nnz ⓘ
sparse ⓘ
spdiagm ⓘ
spzeros ⓘ
goal efficient computation with sparse linear algebra ⓘ
efficient storage of sparse data ⓘ
hostLanguage Julia language runtime ⓘ
linked to: Julia
introducedInVersion Julia 0.4 ⓘ
linked to: Julia
license MIT License ⓘ
optimizedFor matrices with many zeros ⓘ
partOf Julia Base distribution ⓘ
programmingLanguage Julia ⓘ
provides linear algebra operations for sparse matrices ⓘ
sparse matrix data structures ⓘ
sparse vector data structures ⓘ
supports Boolean sparse matrices ⓘ
CSC sparse matrices ⓘ
complex sparse matrices ⓘ
compressed sparse column format ⓘ
integer sparse matrices ⓘ
real sparse matrices ⓘ
supportsOperation adjoint of sparse matrices ⓘ
broadcasting with sparse arrays ⓘ
conversion between sparse and dense matrices ⓘ
elementwise arithmetic on sparse arrays ⓘ
factorization of sparse matrices ⓘ
finding nonzero indices ⓘ
matrix-matrix multiplication for sparse matrices ⓘ
matrix-vector multiplication for sparse matrices ⓘ
norms of sparse vectors and matrices ⓘ
solving sparse linear systems ⓘ
sparse matrix construction from triplets ⓘ
sparse matrix indexing ⓘ
transpose of sparse matrices ⓘ
uses 1-based indexing ⓘ

How these facts were elicited

Referenced by (3)

Full triples — surface form annotated when it differs from this entity's canonical label.

Julia → hasStandardLibrary → SparseArrays ⓘ
SparseArrays → definesType → SparseVector ⓘ
linked to: SparseArrays
SparseMatrixCSC → belongsToModule → SparseArrays ⓘ