Main MRPT website > C++ reference
MRPT logo
Classes | Functions
Jacobi module
The Eigen3 library

Detailed Description

This module provides Jacobi and Givens rotations.

 #include <Eigen/Jacobi>

In addition to listed classes, it defines the two following MatrixBase methods to apply a Jacobi or Givens rotation:

Collaboration diagram for Jacobi module:

Classes

class  Eigen::JacobiRotation
  More...

Functions

template<typename OtherScalar >
void Eigen::MatrixBase::applyOnTheRight (Index p, Index q, const JacobiRotation< OtherScalar > &j)
 Applies the rotation in the plane j to the columns p and q of *this, i.e., it computes B = B * J with $ B = \left ( \begin{array}{cc} \text{*this.col}(p) & \text{*this.col}(q) \end{array} \right ) $.

Function Documentation

template<typename OtherScalar >
void Eigen::MatrixBase::applyOnTheRight ( Index  p,
Index  q,
const JacobiRotation< OtherScalar > &  j 
) [inline]

Applies the rotation in the plane j to the columns p and q of *this, i.e., it computes B = B * J with $ B = \left ( \begin{array}{cc} \text{*this.col}(p) & \text{*this.col}(q) \end{array} \right ) $.

See also:
class JacobiRotation, MatrixBase::applyOnTheLeft(), internal::apply_rotation_in_the_plane()

Definition at line 298 of file Jacobi.




Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011