File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ A Julia package for describing array layouts and more general fast linear algebr
88[ ![ version] ( https://juliahub.com/docs/General/ArrayLayouts/stable/version.svg )] ( https://juliahub.com/ui/Packages/General/ArrayLayouts )
99[ ![ pkgeval] ( https://juliahub.com/docs/General/ArrayLayouts/stable/pkgeval.svg )] ( https://juliahub.com/ui/Packages/General/ArrayLayouts )
1010
11+ [ ![ ] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://JuliaLinearAlgebra.github.io/ArrayLayouts.jl/stable )
12+ [ ![ ] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://JuliaLinearAlgebra.github.io/ArrayLayouts.jl/dev )
13+
1114This package implements a trait-based framework for describing array layouts such as column
1215major, row major, etc. that can be dispatched to appropriate BLAS or optimised Julia linear
1316algebra routines. This supports a much wider class of matrix types than Julia's in-built
You can’t perform that action at this time.
0 commit comments