Template Struct nzpair

Struct Documentation

template<typename TI, typename TV>
struct nzpair

Public Functions

inline nzpair()
inline nzpair(const TI ind)
inline nzpair(const TI ind, const TV val)
inline nzpair(const nzpair &p)
inline nzpair(std::string &str)
inline bool operator==(const nzpair &other) const
inline bool operator!=(const nzpair &other) const

Public Members

TI ind
TV val