From 75386440e1c28c8b44c2bd94f8caff52fd6bf203 Mon Sep 17 00:00:00 2001 From: Adam Reichold Date: Mon, 20 May 2024 14:34:37 +0200 Subject: [PATCH] Fix styling of the BLAS integration heading. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 4e33d12c4..90ed47932 100644 --- a/README.rst +++ b/README.rst @@ -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``