forked from mpusz/mp-units
@@ -32,7 +32,7 @@ This repository contains three independent CMake-based projects:
|
|||||||
- additionally to the dependencies of *./src* project, it uses:
|
- additionally to the dependencies of *./src* project, it uses:
|
||||||
|
|
||||||
- `Catch2 <https://github.com/catchorg/Catch2>`_ library as a unit tests framework.
|
- `Catch2 <https://github.com/catchorg/Catch2>`_ library as a unit tests framework.
|
||||||
- `linear algebra <https://github.com/BobSteagall/wg21/tree/master/linear_algebra/code>`_
|
- `linear algebra <https://github.com/BobSteagall/wg21/tree/master/include>`_
|
||||||
library based on proposal `P1385 <https://wg21.link/P1385>`_ used in some examples
|
library based on proposal `P1385 <https://wg21.link/P1385>`_ used in some examples
|
||||||
and tests.
|
and tests.
|
||||||
- `Doxygen <http://www.doxygen.nl>`_ to extract C++ entities information from the source
|
- `Doxygen <http://www.doxygen.nl>`_ to extract C++ entities information from the source
|
||||||
|
@@ -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
|
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 <https://wg21.link/P1385>`_
|
Linear Algebra Library for the C++23 defined in `P1385 <https://wg21.link/P1385>`_
|
||||||
and its latest implementation from `GitHub <https://github.com/BobSteagall/wg21>`_
|
and its latest implementation from `GitHub <https://github.com/BobSteagall/wg21/tree/master/include>`_
|
||||||
or `Conan <https://twonington.jfrog.io/artifactory/api/conan/conan-oss>`_.
|
or `Conan <https://twonington.jfrog.io/artifactory/api/conan/conan-oss>`_.
|
||||||
Also, to simplify the examples all of them assume::
|
Also, to simplify the examples all of them assume::
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user