mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
Move eigen to third party (#282)
* remove useless statement * Add eigen to third_party dir * remove reducdant lines
This commit is contained in:
31
third_party/eigen/unsupported/doc/Overview.dox
vendored
Normal file
31
third_party/eigen/unsupported/doc/Overview.dox
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
/// \brief Namespace containing all symbols from the %Eigen library.
|
||||
namespace Eigen {
|
||||
|
||||
/** \mainpage %Eigen's unsupported modules
|
||||
|
||||
This is the API documentation for %Eigen's unsupported modules.
|
||||
|
||||
These modules are contributions from various users. They are provided "as is", without any support.
|
||||
|
||||
Click on the \e Modules tab at the top of this page to get a list of all unsupported modules.
|
||||
|
||||
Don't miss the <a href="../index.html">official Eigen documentation</a>.
|
||||
|
||||
\subpage SYCL_EIGEN "SYCL backend for Eigen"
|
||||
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
\defgroup Unsupported_modules Unsupported modules
|
||||
|
||||
The unsupported modules are contributions from various users. They are
|
||||
provided "as is", without any support. Nevertheless, some of them are
|
||||
subject to be included in %Eigen in the future.
|
||||
|
||||
*/
|
||||
|
||||
/// \internal \brief Namespace containing low-level routines from the %Eigen library.
|
||||
namespace internal {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user