Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
9 changes: 7 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)