Public Types | Static Public Member Functions

internal::LLT_Traits< MatrixType, Upper > Struct Template Reference

#include <LLT.h>

List of all members.

Public Types

typedef TriangularView
< typename
MatrixType::AdjointReturnType,
Lower > 
MatrixL
typedef TriangularView
< MatrixType, Upper > 
MatrixU

Static Public Member Functions

static MatrixL getL (const MatrixType &m)
static MatrixU getU (const MatrixType &m)
static bool inplace_decomposition (MatrixType &m)

template<typename MatrixType>
struct internal::LLT_Traits< MatrixType, Upper >


Member Typedef Documentation

template<typename MatrixType >
typedef TriangularView<typename MatrixType::AdjointReturnType, Lower> internal::LLT_Traits< MatrixType, Upper >::MatrixL
template<typename MatrixType >
typedef TriangularView<MatrixType, Upper> internal::LLT_Traits< MatrixType, Upper >::MatrixU

Member Function Documentation

template<typename MatrixType >
static MatrixL internal::LLT_Traits< MatrixType, Upper >::getL ( const MatrixType &  m  )  [inline, static]
template<typename MatrixType >
static MatrixU internal::LLT_Traits< MatrixType, Upper >::getU ( const MatrixType &  m  )  [inline, static]
template<typename MatrixType >
static bool internal::LLT_Traits< MatrixType, Upper >::inplace_decomposition ( MatrixType &  m  )  [inline, static]

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