template<typename Value, typename Index>
atlas::linalg::Triplet class

A triplet which represents a non-zero entry in a sparse matrix.

Constructors, destructors, conversion operators

Triplet() defaulted
Triplet(Index row, Index column, Value value)

Public functions

auto row() const -> Index
auto col() const -> Index
auto value() const -> Value
auto operator<(const Triplet& other) const -> bool
Less-than operator for sorting triplets.