From 89a412593a7a7549e2946191da587daef883ab89 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Wed, 11 May 2022 20:22:44 +0200 Subject: [PATCH] docs: `wg21-linear_algebra` Conan repo URL changed to `https://conan.io/center/wg21-linear_algebra` --- docs/use_cases/linear_algebra.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/use_cases/linear_algebra.rst b/docs/use_cases/linear_algebra.rst index 6cc017b0..bb3c1111 100644 --- a/docs/use_cases/linear_algebra.rst +++ b/docs/use_cases/linear_algebra.rst @@ -11,7 +11,7 @@ enough to be used with other Linear Algebra libraries existing on the market. All of the examples provided in this chapter refer to the official proposal of the Linear Algebra Library for the C++23 defined in `P1385 `_ and its latest implementation from `GitHub `_ - or `Conan `_. + or `Conan `_. Also, to simplify the examples all of them assume:: using namespace std::math;