From 4ac203da355fa225bde7459006e4d2753f2dc8c9 Mon Sep 17 00:00:00 2001 From: Iñaki Úcar Date: Jan 27 2022 10:09:17 +0000 Subject: remove duplicated word --- diff --git a/guidelines/modules/ROOT/pages/BLAS_LAPACK.adoc b/guidelines/modules/ROOT/pages/BLAS_LAPACK.adoc index 757dcb7..5638522 100644 --- a/guidelines/modules/ROOT/pages/BLAS_LAPACK.adoc +++ b/guidelines/modules/ROOT/pages/BLAS_LAPACK.adoc @@ -4,7 +4,7 @@ == Introduction BLAS (Basic Linear Algebra Subprograms) and LAPACK (Linear Algebra PACKage) -are routines that provide standard building blocks for performing a wide range of linear algebra operations operations. +are routines that provide standard building blocks for performing a wide range of linear algebra operations. There are stable reference implementations from https://netlib.org/[Netlib] written in Fortran, with C interfaces available (called CBLAS and LAPACKE respectively), as well as several optimized implementations providing fast subsets of these APIs.