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
8
8
[ ![ version] ( https://juliahub.com/docs/General/ArrayLayouts/stable/version.svg )] ( https://juliahub.com/ui/Packages/General/ArrayLayouts )
9
9
[ ![ pkgeval] ( https://juliahub.com/docs/General/ArrayLayouts/stable/pkgeval.svg )] ( https://juliahub.com/ui/Packages/General/ArrayLayouts )
10
10
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
+
11
14
This package implements a trait-based framework for describing array layouts such as column
12
15
major, row major, etc. that can be dispatched to appropriate BLAS or optimised Julia linear
13
16
algebra 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