mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Add .perpendicular() function in Geometry module (adapted from Eigen1)
Documentation: * add an overview for each module. * add an example for .all() and Cwise::operator<
This commit is contained in:
@@ -25,7 +25,9 @@
|
||||
#ifndef EIGEN_EIGENSOLVER_H
|
||||
#define EIGEN_EIGENSOLVER_H
|
||||
|
||||
/** \class EigenSolver
|
||||
/** \ingroup QR_Module
|
||||
*
|
||||
* \class EigenSolver
|
||||
*
|
||||
* \brief Eigen values/vectors solver for non selfadjoint matrices
|
||||
*
|
||||
|
||||
@@ -25,7 +25,9 @@
|
||||
#ifndef EIGEN_HESSENBERGDECOMPOSITION_H
|
||||
#define EIGEN_HESSENBERGDECOMPOSITION_H
|
||||
|
||||
/** \class HessenbergDecomposition
|
||||
/** \ingroup QR_Module
|
||||
*
|
||||
* \class HessenbergDecomposition
|
||||
*
|
||||
* \brief Reduces a squared matrix to an Hessemberg form
|
||||
*
|
||||
|
||||
@@ -25,7 +25,9 @@
|
||||
#ifndef EIGEN_QR_H
|
||||
#define EIGEN_QR_H
|
||||
|
||||
/** \class QR
|
||||
/** \ingroup QR_Module
|
||||
*
|
||||
* \class QR
|
||||
*
|
||||
* \brief QR decomposition of a matrix
|
||||
*
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#ifndef EIGEN_SELFADJOINTEIGENSOLVER_H
|
||||
#define EIGEN_SELFADJOINTEIGENSOLVER_H
|
||||
|
||||
/** \qr_module
|
||||
/** \qr_module \ingroup QR_Module
|
||||
*
|
||||
* \class SelfAdjointEigenSolver
|
||||
*
|
||||
|
||||
@@ -25,7 +25,9 @@
|
||||
#ifndef EIGEN_TRIDIAGONALIZATION_H
|
||||
#define EIGEN_TRIDIAGONALIZATION_H
|
||||
|
||||
/** \class Tridiagonalization
|
||||
/** \ingroup QR_Module
|
||||
*
|
||||
* \class Tridiagonalization
|
||||
*
|
||||
* \brief Trigiagonal decomposition of a selfadjoint matrix
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user