MOAB  4.9.3pre
Eigen::internal::simplicial_cholesky_grab_input< CholMatrixType, InputMatrixType > Struct Template Reference

#include <SimplicialCholesky.h>

List of all members.

Public Types

typedef CholMatrixType const * ConstCholMatrixPtr

Static Public Member Functions

static void run (const InputMatrixType &input, ConstCholMatrixPtr &pmat, CholMatrixType &tmp)

Detailed Description

template<typename CholMatrixType, typename InputMatrixType>
struct Eigen::internal::simplicial_cholesky_grab_input< CholMatrixType, InputMatrixType >

Definition at line 22 of file SimplicialCholesky.h.


Member Typedef Documentation

template<typename CholMatrixType , typename InputMatrixType >
typedef CholMatrixType const* Eigen::internal::simplicial_cholesky_grab_input< CholMatrixType, InputMatrixType >::ConstCholMatrixPtr

Definition at line 23 of file SimplicialCholesky.h.


Member Function Documentation

template<typename CholMatrixType , typename InputMatrixType >
static void Eigen::internal::simplicial_cholesky_grab_input< CholMatrixType, InputMatrixType >::run ( const InputMatrixType &  input,
ConstCholMatrixPtr pmat,
CholMatrixType &  tmp 
) [inline, static]

Definition at line 24 of file SimplicialCholesky.h.

    {
      tmp = input;
      pmat = &tmp;
    }

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