7#ifndef __IPTDEPENDENCYDETECTOR_HPP__
8#define __IPTDEPENDENCYDETECTOR_HPP__
34 const std::string& prefix
55 std::list<Index>& c_deps
This is the base class for all algorithm strategy objects.
This class stores a list of user set options.
Base class for all derived algorithms for detecting linearly dependent rows in the constraint Jacobia...
virtual ~TDependencyDetector()
virtual bool InitializeImpl(const OptionsList &options, const std::string &prefix)=0
Has to be called to initialize and reset these objects.
virtual bool DetermineDependentRows(Index n_rows, Index n_cols, Index n_jac_nz, Number *jac_c_vals, Index *jac_c_iRow, Index *jac_c_jCol, std::list< Index > &c_deps)=0
Method determining the number of linearly dependent rows in the matrix and the indices of those rows.
void operator=(const TDependencyDetector &)
Default Assignment Operator.
TDependencyDetector(const TDependencyDetector &)
Copy Constructor.
This file contains a base class for all exceptions and a set of macros to help with exceptions.
ipindex Index
Type of all indices of vectors, matrices etc.
ipnumber Number
Type of all numbers.