MOAB  4.9.3pre
Eigen::internal::complex_schur_reduce_to_hessenberg< MatrixType, IsComplex > Struct Template Reference

#include <ComplexSchur.h>

List of all members.

Static Public Member Functions

static void run (ComplexSchur< MatrixType > &_this, const MatrixType &matrix, bool computeU)

Detailed Description

template<typename MatrixType, bool IsComplex>
struct Eigen::internal::complex_schur_reduce_to_hessenberg< MatrixType, IsComplex >

Definition at line 353 of file ComplexSchur.h.


Member Function Documentation

template<typename MatrixType, bool IsComplex>
static void Eigen::internal::complex_schur_reduce_to_hessenberg< MatrixType, IsComplex >::run ( ComplexSchur< MatrixType > &  _this,
const MatrixType &  matrix,
bool  computeU 
) [inline, static]

Definition at line 356 of file ComplexSchur.h.

  {
    _this.m_hess.compute(matrix);
    _this.m_matT = _this.m_hess.matrixH();
    if(computeU)  _this.m_matU = _this.m_hess.matrixQ();
  }

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines