Searched refs:rworkSize (Results 1 – 1 of 1) sorted by relevance
2062 PetscInt rworkSize; in PetscFVLeastSquaresPseudoInverseSVD_Static() local2086 rworkSize = 5 * PetscMin(M, N); in PetscFVLeastSquaresPseudoInverseSVD_Static()2087 PetscCall(PetscMalloc1(rworkSize, &rwork)); in PetscFVLeastSquaresPseudoInverseSVD_Static()