Home
last modified time | relevance | path

Searched refs:Del_Rows (Results 1 – 2 of 2) sorted by relevance

/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dmat_matrix.cpp167 return( Del_Rows(Get_Size() - nRows) ); in Set_Rows()
200 bool CSG_Vector::Del_Rows(int nRows) in Del_Rows() function in CSG_Vector
202 return( nRows < 1 || Del_Rows((int)nRows) ); in Del_Rows()
205 bool CSG_Vector::Del_Rows(size_t nRows) in Del_Rows() function in CSG_Vector
966 return( Del_Rows(m_ny - nRows) ); in Set_Rows()
1044 bool CSG_Matrix::Del_Rows(int nRows) in Del_Rows() function in CSG_Matrix
H A Dmat_tools.h365 bool Del_Rows (int nRows);
366 bool Del_Rows (size_t nRows);
479 bool Del_Rows (int nRows);