Public Types | Static Public Member Functions

internal::tridiagonalization_inplace_selector< MatrixType, Size, IsComplex > Struct Template Reference

#include <Tridiagonalization.h>

List of all members.

Public Types

typedef Tridiagonalization
< MatrixType >
::CoeffVectorType 
CoeffVectorType
typedef Tridiagonalization
< MatrixType >
::HouseholderSequenceType 
HouseholderSequenceType
typedef MatrixType::Index Index

Static Public Member Functions

template<typename DiagonalType , typename SubDiagonalType >
static void run (MatrixType &mat, DiagonalType &diag, SubDiagonalType &subdiag, bool extractQ)

template<typename MatrixType, int Size, bool IsComplex>
struct internal::tridiagonalization_inplace_selector< MatrixType, Size, IsComplex >


Member Typedef Documentation

template<typename MatrixType , int Size, bool IsComplex>
typedef Tridiagonalization<MatrixType>::CoeffVectorType internal::tridiagonalization_inplace_selector< MatrixType, Size, IsComplex >::CoeffVectorType
template<typename MatrixType , int Size, bool IsComplex>
typedef Tridiagonalization<MatrixType>::HouseholderSequenceType internal::tridiagonalization_inplace_selector< MatrixType, Size, IsComplex >::HouseholderSequenceType
template<typename MatrixType , int Size, bool IsComplex>
typedef MatrixType::Index internal::tridiagonalization_inplace_selector< MatrixType, Size, IsComplex >::Index

Member Function Documentation

template<typename MatrixType , int Size, bool IsComplex>
template<typename DiagonalType , typename SubDiagonalType >
static void internal::tridiagonalization_inplace_selector< MatrixType, Size, IsComplex >::run ( MatrixType &  mat,
DiagonalType &  diag,
SubDiagonalType &  subdiag,
bool  extractQ 
) [inline, static]

The documentation for this struct was generated from the following file: