MOAB  4.9.3pre
Eigen::SimplicialCholeskyBase< Derived >::keep_diag Struct Reference

#include <SimplicialCholesky.h>

List of all members.

Public Member Functions

bool operator() (const Index &row, const Index &col, const Scalar &) const

Detailed Description

template<typename Derived>
struct Eigen::SimplicialCholeskyBase< Derived >::keep_diag

keeps off-diagonal entries; drops diagonal entries

Definition at line 244 of file SimplicialCholesky.h.


Member Function Documentation

template<typename Derived>
bool Eigen::SimplicialCholeskyBase< Derived >::keep_diag::operator() ( const Index row,
const Index col,
const Scalar  
) const [inline]

Definition at line 245 of file SimplicialCholesky.h.

      {
        return row!=col;
      }

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