Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <flat_matrix.h>
Public Types | |
typedef absl::Span< const T > | value_type |
typedef ConstRowsIterator | const_iterator |
Public Member Functions | |
ConstRowsIterator | begin () const |
ConstRowsIterator | end () const |
Public Attributes | |
FlatMatrix * | matrix = nullptr |
Definition at line 78 of file flat_matrix.h.
ConstRowsIterator operations_research::FlatMatrix< T >::ConstRows::const_iterator |
Definition at line 80 of file flat_matrix.h.
absl::Span<const T> operations_research::FlatMatrix< T >::ConstRows::value_type |
Definition at line 79 of file flat_matrix.h.
FlatMatrix< T >::ConstRowsIterator operations_research::FlatMatrix< T >::ConstRows::begin | ( | ) | const |
Definition at line 118 of file flat_matrix.h.
FlatMatrix< T >::ConstRowsIterator operations_research::FlatMatrix< T >::ConstRows::end | ( | ) | const |
Definition at line 125 of file flat_matrix.h.
FlatMatrix* operations_research::FlatMatrix< T >::ConstRows::matrix = nullptr |
Definition at line 83 of file flat_matrix.h.