prune_column Struct Reference

#include <sparse_solver.h>

Public Member Functions

 prune_column (Index col)
 
template<class Scalar >
bool operator() (Index, Index col, const Scalar &) const
 

Public Attributes

Index m_col
 

Constructor & Destructor Documentation

◆ prune_column()

prune_column::prune_column ( Index  col)
inline
605 : m_col(col) {}
m col(1)
Index m_col
Definition: sparse_solver.h:604

Member Function Documentation

◆ operator()()

template<class Scalar >
bool prune_column::operator() ( Index  ,
Index  col,
const Scalar  
) const
inline
607  {
608  return col != m_col;
609  }

References col(), and m_col.

Member Data Documentation

◆ m_col

Index prune_column::m_col

Referenced by operator()().


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