MOAB  4.9.3pre
Eigen::IncompleteLUT< _Scalar, _StorageIndex >::keep_diag Struct Reference

#include <IncompleteLUT.h>

List of all members.

Public Member Functions

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

Detailed Description

template<typename _Scalar, typename _StorageIndex = int>
struct Eigen::IncompleteLUT< _Scalar, _StorageIndex >::keep_diag

keeps off-diagonal entries; drops diagonal entries

Definition at line 182 of file IncompleteLUT.h.


Member Function Documentation

template<typename _Scalar , typename _StorageIndex = int>
bool Eigen::IncompleteLUT< _Scalar, _StorageIndex >::keep_diag::operator() ( const Index row,
const Index col,
const Scalar  
) const [inline]

Definition at line 183 of file IncompleteLUT.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