Skip to content

Commit

Permalink
Fix styling of the BLAS integration heading.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamreichold authored and bluss committed Jul 3, 2024
1 parent 72b0d09 commit 7538644
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ How to use with cargo
[dependencies]
ndarray = "0.15.0"

How to enable blas integration
-----------------------------
How to enable BLAS integration
------------------------------

Blas integration is an optional add-on. Without BLAS, ndarray uses the
``matrixmultiply`` crate for matrix multiplication for ``f64`` and ``f32``
Expand Down

0 comments on commit 7538644

Please sign in to comment.