mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-05-06 02:34:05 +08:00
Fix comment which may cause latex to hang when generating docs
This commit is contained in:
parent
078a870a87
commit
7e4bd70157
@ -63,7 +63,7 @@ inline void MatrixBase<Derived>::applyJacobiOnTheRight(int p, int q, Scalar c, S
|
|||||||
/** Computes the cosine-sine pair (\a c, \a s) such that its associated
|
/** Computes the cosine-sine pair (\a c, \a s) such that its associated
|
||||||
* rotation \f$ J = ( \begin{array}{cc} c & s \\ -s' c \end{array} )\f$
|
* rotation \f$ J = ( \begin{array}{cc} c & s \\ -s' c \end{array} )\f$
|
||||||
* applied to both the right and left of the 2x2 matrix
|
* applied to both the right and left of the 2x2 matrix
|
||||||
* \f$ B = ( \begin{array}{cc} x & y \\ _ & z \end{array} )\f$ yields
|
* \f$ B = ( \begin{array}{cc} x & y \\ * & z \end{array} )\f$ yields
|
||||||
* a diagonal matrix A: \f$ A = J' B J \f$
|
* a diagonal matrix A: \f$ A = J' B J \f$
|
||||||
*/
|
*/
|
||||||
template<typename Scalar>
|
template<typename Scalar>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user