aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/doc
Commit message (Collapse)AuthorAge
* Make file formatting comply with POSIX and Unix standardsGravatar Aaron Franke2020-03-23
| | | | UTF-8, LF, no BOM, and newlines at the end of files
* [SYCL] Rebasing the SYCL support branch on top of the Einge upstream master ↵Gravatar Mehdi Goli2019-11-28
| | | | | | | | | | | | | | | | | | | | | | branch. * Unifying all loadLocalTile from lhs and rhs to an extract_block function. * Adding get_tensor operation which was missing in TensorContractionMapper. * Adding the -D method missing from cmake for Disable_Skinny Contraction operation. * Wrapping all the indices in TensorScanSycl into Scan parameter struct. * Fixing typo in Device SYCL * Unifying load to private register for tall/skinny no shared * Unifying load to vector tile for tensor-vector/vector-tensor operation * Removing all the LHS/RHS class for extracting data from global * Removing Outputfunction from TensorContractionSkinnyNoshared. * Combining the local memory version of tall/skinny and normal tensor contraction into one kernel. * Combining the no-local memory version of tall/skinny and normal tensor contraction into one kernel. * Combining General Tensor-Vector and VectorTensor contraction into one kernel. * Making double buffering optional for Tensor contraction when local memory is version is used. * Modifying benchmark to accept custom Reduction Sizes * Disabling AVX optimization for SYCL backend on the host to allow SSE optimization to the host * Adding Test for SYCL * Modifying SYCL CMake
* STYLE: Convert CMake-language commands to lower caseGravatar Hans Johnson2019-10-31
| | | | | Ancient CMake versions required upper-case commands. Later command names became case-insensitive. Now the preferred style is lower-case.
* fix warnings for doc-eigen-prerequisitesGravatar Christoph Hertzberg2018-07-24
|
* Merge Hongkai Dai correct range calculation, and remove ranges from API.Gravatar Tal Hadad2016-10-14
| | | | Docs updated.
* merge EulerAngles moduleGravatar Gael Guennebaud2016-08-30
|\
| * Complete docs and add ostream operator for EulerAngles.Gravatar Tal Hadad2016-06-19
| |
* | Fix compilation of BVH exampleGravatar Gael Guennebaud2016-06-14
|/
* Fixed CMakeLists.txt files to prevent CMake 3.0.0 warnings about deprecated ↵Gravatar Georg Drenkhahn2014-08-22
| | | | | | LOCATION target property. Small whitespace cleanup in CMakelLists.txt.
* Mark internal namespace as \internalGravatar Chen-Pang He2014-07-06
|
* Percent "Eigen" in dox to prevent linking if not referring to the Eigen ↵Gravatar Chen-Pang He2014-07-05
| | | | namespace
* Move Doxygen-only stuff to *.doxGravatar Chen-Pang He2014-07-05
|
* update unsupported module documentation to be conformed with new ↵Gravatar Gael Guennebaud2013-01-11
| | | | documentation style
* Update doxygen files to doxygen version 1.8Gravatar Gael Guennebaud2012-12-28
|
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
| | | | | - remove most of the metaprogramming kung fu in MathFunctions.h (only keep functions that differs from the std) - remove the overloads for array expression that were in the std namespace
* Enable saving intermidiate (Schur decomposition) but disable unstable ↵Gravatar Chen-Pang He2012-09-21
| | | | specialization for matrix power-matrix product.
* Dox in MatrixFunctionsGravatar jdh82012-08-19
|
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
|
* Document QuaternionBase, minor doc improvements.Gravatar Jitse Niesen2011-12-08
| | | | | | | * Document class QuaternionBase so that docs for members are displayed. * Remove obsolete \redstar refering to Array module * Fix typo in Constants.h * Document EIGEN_NO_AUTOMATIC_RESIZING
* Added docs to the spline module.Gravatar Hauke Heibel2011-12-04
|
* Put docs for unsupported modules in right place.Gravatar Jitse Niesen2011-09-07
| | | | | | | Doxygen was confused by the unsupported modules being partly in the doc/ directly, instead of completely in unsupported/doc/ . Thus, the link to the unsupported modules on the server did not work (I think this manifested itself after doxygen was upgraded on the server).
* Implement matrix logarithm + test + docs.Gravatar Jitse Niesen2011-06-07
| | | | Currently, test matrix_function_1 fails due to bug #288.
* Forgot to 'hg add' example file in last commit.Gravatar Jitse Niesen2011-05-10
|
* fix doc compilationGravatar Thomas Capricelli2010-11-12
|
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
|
* add a support module for MPFR C++ with basic unit testingGravatar Gael Guennebaud2010-07-15
|
* kill the LeastSquares module.Gravatar Benoit Jacob2010-04-29
| | | | I didn't even put it in Eigen2Support because it requires several other modules. But if you want we can always create a new module, Eigen2Support_LeastSquares...
* add platform check for how to link to the standard math library.Gravatar Benoit Jacob2010-04-19
| | | | This allows to support QNX.
* Creation of the Polynomials module with the following features:Gravatar Manuel Yguel2010-03-25
| | | | | | | | * convenient functions: - Horner and stabilized Horner evaluation - polynomial coefficients from a set of given roots - Cauchy bounds * a QR based polynomial solver
* API change: ei_matrix_exponential(A) --> A.exp(), etcGravatar Jitse Niesen2010-03-16
| | | | | As discussed on mailing list; see http://listengine.tuxfamily.org/lists.tuxfamily.org/eigen/2010/02/msg00190.html
* tests : fix compilation issues, adding <iostream> and removingGravatar Thomas Capricelli2010-03-08
| | | | <Eigen/Array>
* Document Map and Stride, add examples.Gravatar Benoit Jacob2010-02-26
|
* Use ReturnByValue to return result of ei_matrix_function(), ...Gravatar Jitse Niesen2010-02-16
|
* Use ReturnByValue to return result of ei_matrix_exponential() .Gravatar Jitse Niesen2010-02-15
|
* Add support for matrix sine, cosine, sinh and cosh.Gravatar Jitse Niesen2010-01-11
|
* Add support for general matrix functions.Gravatar Jitse Niesen2009-12-21
| | | | | | | This does the job but it is only a first version. Further plans: improved docs, more tests, improve code by refactoring, add convenience functions for sine, cosine, sinh, cosh, and (eventually) add the matrix logarithm.
* Fixed the bad fix - now the unsupported examples and snippets work on windows.Gravatar Hauke Heibel2009-12-11
|
* Coax doxygen in producing better docs for MatrixFunctions.Gravatar Jitse Niesen2009-12-11
| | | | | | | The //@{ ... //@} in unsupported/Eigen/MatrixFunctions for some reason caused doxygen to list the constructor of the MatrixExponential class as a separate function in the MatrixFunctions module without any reference to the class; very confusing.
* Various improvements to the docs for unsupported.Gravatar Jitse Niesen2009-12-07
| | | | | | | * Enable compilation of examples for unsupported. * Fix use of std::vector in BVH example. * Add an example for the matrix exponential. * Bug fixes in unsupported/doc/{examples,snippets}/CMakeLists.txt .
* * Remove test_ prefix in testsGravatar Benoit Jacob2009-12-02
| | | | * tests now honor EIGEN_REPEAT and EIGEN_SEED if no arguments were passed
* fix another 'duplicated content in doxygen pages' bug : exclude *.origGravatar Thomas Capricelli2009-11-30
| | | | files
* * eigen2->eigen3Gravatar Benoit Jacob2009-11-19
| | | | | * bump version to 2.91.0 * add FindEigen3.cmake
* doxygen : exclude diff filesGravatar Thomas Capricelli2009-11-10
|
* merged eigen2_for_fft into eigen2 mainlineGravatar Mark Borgerding2009-10-20
|\
* | remove the \addexample tagsGravatar Gael Guennebaud2009-09-03
| |
| * example fileGravatar Mark Borgerding2009-06-10
|/
* remove unsupported/doc from make's "all" targetGravatar Gael Guennebaud2009-04-23
|
* not compilable with msvc :(Gravatar Christian Ehrlicher2009-04-15
|
* Add BVH module in unsupported (patch from Ilya Baran)Gravatar Gael Guennebaud2009-03-18
| | | | (I thought I committed it a week ago but it seems the command failed)
* add optimization flag for MSVC and heavy testsGravatar Gael Guennebaud2009-02-05
| | | | remove unsupported namespace