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