diff --git a/docs/usage.rst b/docs/usage.rst index ca3c2ae3..68f34655 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -32,7 +32,7 @@ This repository contains three independent CMake-based projects: - additionally to the dependencies of *./src* project, it uses: - `Catch2 `_ library as a unit tests framework. - - `linear algebra `_ + - `linear algebra `_ library based on proposal `P1385 `_ used in some examples and tests. - `Doxygen `_ to extract C++ entities information from the source diff --git a/docs/use_cases/linear_algebra.rst b/docs/use_cases/linear_algebra.rst index edefb482..6cc017b0 100644 --- a/docs/use_cases/linear_algebra.rst +++ b/docs/use_cases/linear_algebra.rst @@ -10,7 +10,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 `_ + and its latest implementation from `GitHub `_ or `Conan `_. Also, to simplify the examples all of them assume::