annotate DEPENDENCIES/generic/include/boost/numeric/ublas/detail/documentation.hpp @ 133:4acb5d8d80b6 tip

Don't fail environmental check if README.md exists (but .txt and no-suffix don't)
author Chris Cannam
date Tue, 30 Jul 2019 12:25:44 +0100
parents 2665513ce2d3
children
rev   line source
Chris@16 1 //
Chris@16 2 // Copyright (c) 2000-2004
Chris@16 3 // Joerg Walter, Mathias Koch
Chris@16 4 //
Chris@16 5 // Distributed under the Boost Software License, Version 1.0. (See
Chris@16 6 // accompanying file LICENSE_1_0.txt or copy at
Chris@16 7 // http://www.boost.org/LICENSE_1_0.txt)
Chris@16 8 //
Chris@16 9 // The authors gratefully acknowledge the support of
Chris@16 10 // GeNeSys mbH & Co. KG in producing this work.
Chris@16 11 //
Chris@16 12
Chris@16 13 // this file should not contain any code, but the documentation
Chris@16 14 // global to all files
Chris@16 15
Chris@16 16 /** \namespace boost::numeric::ublas
Chris@16 17 \brief contains all important classes and functions of uBLAS
Chris@16 18
Chris@16 19 all ublas definitions ...
Chris@16 20 \todo expand this section
Chris@16 21 */
Chris@16 22
Chris@16 23 /** \defgroup blas1 Level 1 BLAS
Chris@16 24 \brief level 1 basic linear algebra subroutines
Chris@16 25 */
Chris@16 26
Chris@16 27 /** \defgroup blas2 Level 2 BLAS
Chris@16 28 \brief level 2 basic linear algebra subroutines
Chris@16 29 */
Chris@16 30
Chris@16 31 /** \defgroup blas3 Level 3 BLAS
Chris@16 32 \brief level 3 basic linear algebra subroutines
Chris@16 33 */