Searched refs:row_lengths (Results 1 – 1 of 1) sorted by relevance
69 …rows, int requested_rows[], int allocated_space, int columns[], double values[], int row_lengths[]) in PetscML_getrow() argument79 row_lengths[i] = a->ilen[row]; in PetscML_getrow()80 if (allocated_space < k + row_lengths[i]) return 0; in PetscML_getrow()84 for (j = 0; j < row_lengths[i]; j++) { in PetscML_getrow()