Class TripletList

Inheritance Relationships

Base Type

  • public std::vector< Trip >

Class Documentation

class TripletList : public std::vector<Trip>

Public Functions

TripletList(int count)
void addTriplet(Eigen::Index i, Eigen::Index j, double val)
Eigen::Index getNextFreeIndex() const
void setNextFreeIndex(Eigen::Index index)