mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Hyperlink DOIs against preferred resolver
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Eigen {
|
|||||||
* \brief Fast integer division by a constant.
|
* \brief Fast integer division by a constant.
|
||||||
*
|
*
|
||||||
* See the paper from Granlund and Montgomery for explanation.
|
* See the paper from Granlund and Montgomery for explanation.
|
||||||
* (at http://dx.doi.org/10.1145/773473.178249)
|
* (at https://doi.org/10.1145/773473.178249)
|
||||||
*
|
*
|
||||||
* \sa Tensor
|
* \sa Tensor
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -89,7 +89,7 @@ void sortWithPermutation (VectorType& vec, IndexType& perm, typename IndexType::
|
|||||||
* [1] D. NUENTSA WAKAM and F. PACULL, Memory Efficient Hybrid
|
* [1] D. NUENTSA WAKAM and F. PACULL, Memory Efficient Hybrid
|
||||||
* Algebraic Solvers for Linear Systems Arising from Compressible
|
* Algebraic Solvers for Linear Systems Arising from Compressible
|
||||||
* Flows, Computers and Fluids, In Press,
|
* Flows, Computers and Fluids, In Press,
|
||||||
* http://dx.doi.org/10.1016/j.compfluid.2012.03.023
|
* https://doi.org/10.1016/j.compfluid.2012.03.023
|
||||||
* [2] K. Burrage and J. Erhel, On the performance of various
|
* [2] K. Burrage and J. Erhel, On the performance of various
|
||||||
* adaptive preconditioned GMRES strategies, 5(1998), 101-121.
|
* adaptive preconditioned GMRES strategies, 5(1998), 101-121.
|
||||||
* [3] J. Erhel, K. Burrage and B. Pohl, Restarted GMRES
|
* [3] J. Erhel, K. Burrage and B. Pohl, Restarted GMRES
|
||||||
|
|||||||
Reference in New Issue
Block a user