mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 03:39:01 +08:00
Move Doxygen-only stuff to *.dox
This commit is contained in:
parent
1a817d3b70
commit
7a915f6846
@ -220,9 +220,6 @@
|
|||||||
/** \brief Namespace containing all symbols from the %Eigen library. */
|
/** \brief Namespace containing all symbols from the %Eigen library. */
|
||||||
namespace Eigen {
|
namespace Eigen {
|
||||||
|
|
||||||
/** \brief Namespace containing low-level routines from the %Eigen library. */
|
|
||||||
namespace internal {}
|
|
||||||
|
|
||||||
inline static const char *SimdInstructionSetsInUse(void) {
|
inline static const char *SimdInstructionSetsInUse(void) {
|
||||||
#if defined(EIGEN_VECTORIZE_AVX)
|
#if defined(EIGEN_VECTORIZE_AVX)
|
||||||
return "AVX SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2";
|
return "AVX SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2";
|
||||||
|
@ -159,4 +159,7 @@ namespace Eigen {
|
|||||||
\ingroup Geometry_Reference */
|
\ingroup Geometry_Reference */
|
||||||
/** \addtogroup Splines_Module
|
/** \addtogroup Splines_Module
|
||||||
\ingroup Geometry_Reference */
|
\ingroup Geometry_Reference */
|
||||||
|
|
||||||
|
/** \brief Namespace containing low-level routines from the %Eigen library. */
|
||||||
|
namespace internal {}
|
||||||
}
|
}
|
||||||
|
@ -1,19 +0,0 @@
|
|||||||
// This file is part of Eigen, a lightweight C++ template library
|
|
||||||
// for linear algebra.
|
|
||||||
//
|
|
||||||
// Copyright (C) 2014 Chen-Pang He <jdh8@ms63.hinet.net>
|
|
||||||
//
|
|
||||||
// This Source Code Form is subject to the terms of the Mozilla
|
|
||||||
// Public License v. 2.0. If a copy of the MPL was not distributed
|
|
||||||
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
||||||
|
|
||||||
// As its name suggests, this file is intended to be read by Doxygen.
|
|
||||||
// There is nothing defined so we need no #include guard.
|
|
||||||
|
|
||||||
//! \brief Namespace containing all symbols from the %Eigen library.
|
|
||||||
namespace Eigen {
|
|
||||||
|
|
||||||
//! \brief Namespace containing low-level routines from the %Eigen library.
|
|
||||||
namespace internal {}
|
|
||||||
|
|
||||||
}
|
|
@ -1,3 +1,4 @@
|
|||||||
|
/// \brief Namespace containing all symbols from the %Eigen library.
|
||||||
namespace Eigen {
|
namespace Eigen {
|
||||||
|
|
||||||
/** \mainpage Eigen's unsupported modules
|
/** \mainpage Eigen's unsupported modules
|
||||||
@ -22,4 +23,6 @@ subject to be included in Eigen in the future.
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/// \brief Namespace containing low-level routines from the %Eigen library.
|
||||||
|
namespace internal {}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user