cart-elc

Source code for CART-ELC
git clone git://git.laack.co/cart-elc.git
Log | Files | Refs | README | LICENSE

Overview.dox (878B)


      1 /// \brief Namespace containing all symbols from the %Eigen library.
      2 namespace Eigen {
      3 
      4 /** \mainpage %Eigen's unsupported modules
      5 
      6 This is the API documentation for %Eigen's unsupported modules.
      7 
      8 These modules are contributions from various users. They are provided "as is", without any support.
      9 
     10 Click on the \e Modules tab at the top of this page to get a list of all unsupported modules.
     11 
     12 Don't miss the <a href="../index.html">official Eigen documentation</a>.
     13 
     14  \subpage SYCL_EIGEN "SYCL backend for Eigen"
     15 
     16 */
     17 
     18 /*
     19 
     20 \defgroup Unsupported_modules Unsupported modules
     21 
     22 The unsupported modules are contributions from various users. They are
     23 provided "as is", without any support. Nevertheless, some of them are
     24 subject to be included in %Eigen in the future.
     25 
     26 */
     27 
     28 /// \internal \brief Namespace containing low-level routines from the %Eigen library.
     29 namespace internal {}
     30 }
     31