diff --git a/README.md b/README.md index 966e5e5..60a0477 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,11 @@ [ci-julia-nightly-img]: https://github.com/JuliaLinearAlgebra/Octavian.jl/workflows/CI%20(Julia%20nightly)/badge.svg "Continuous Integration (Julia nightly)" [codecov-img]: https://codecov.io/gh/JuliaLinearAlgebra/Octavian.jl/branch/master/graph/badge.svg "Code Coverage" -Standing on the shoulders of [Gaius](https://github.com/MasonProtter/Gaius.jl). +Octavian.jl is a multi-threaded BLAS-like library that provides pure Julia matrix multiplication. -This package is still experimental. +Please see the [Octavian documentation](https://JuliaLinearAlgebra.github.io/Octavian.jl/stable). -Please see the [documentation](https://JuliaLinearAlgebra.github.io/Octavian.jl/stable). +You may also be interested in: +- [Tullio.jl](https://github.com/mcabbott/Tullio.jl) +- [Gaius.jl](https://github.com/MasonProtter/Gaius.jl) +- [PaddedMatrices.jl](https://github.com/chriselrod/PaddedMatrices.jl) diff --git a/docs/src/index.md b/docs/src/index.md index f3dff03..40e4c3d 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -4,6 +4,11 @@ CurrentModule = Octavian # Octavian -Standing on the shoulders of [Gaius](https://github.com/MasonProtter/Gaius.jl). +Octavian.jl is a multi-threaded BLAS-like library that provides pure Julia matrix multiplication. -The source code for this package is available in the [GitHub repository](https://github.com/JuliaLinearAlgebra/Octavian.jl). +The source code for Octavian is available in the [GitHub repository](https://github.com/JuliaLinearAlgebra/Octavian.jl). + +You may also be interested in: +- [Tullio.jl](https://github.com/mcabbott/Tullio.jl) +- [Gaius.jl](https://github.com/MasonProtter/Gaius.jl) +- [PaddedMatrices.jl](https://github.com/chriselrod/PaddedMatrices.jl)