Home
last modified time | relevance | path

Searched refs:row_first_element_index (Results 1 – 4 of 4) sorted by path

/dports/devel/ppl/ppl-1.2/
H A DChangeLog_2001-200845090 row_first_element_index(), as well as several const modifiers.
/dports/devel/ppl/ppl-1.2/src/
H A DOR_Matrix_defs.hh396 static dimension_type row_first_element_index(dimension_type k);
H A DOR_Matrix_inlines.hh39 OR_Matrix<T>::row_first_element_index(const dimension_type k) { in row_first_element_index() function in Parma_Polyhedra_Library::OR_Matrix
497 return row_reference_type(vec[row_first_element_index(k)] in operator []()
507 return const_row_reference_type(vec[row_first_element_index(k)] in operator []()
H A Dppl.hh.dist66182 static dimension_type row_first_element_index(dimension_type k);
66405 OR_Matrix<T>::row_first_element_index(const dimension_type k) {
66863 return row_reference_type(vec[row_first_element_index(k)]
66873 return const_row_reference_type(vec[row_first_element_index(k)]