Eigen::IncompleteLUT< Scalar_, StorageIndex_ >::keep_diag Struct Reference

#include <IncompleteLUT.h>

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

Member Function Documentation

◆ operator()()

template<typename Scalar_ , typename StorageIndex_ = int>
bool Eigen::IncompleteLUT< Scalar_, StorageIndex_ >::keep_diag::operator() ( const Index row,
const Index col,
const Scalar  
) const
inline
178 { return row != col; }
m col(1)
m row(1)

References col(), and row().


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