Searched defs:hist_size (Results 1 – 3 of 3) sorted by relevance
363 PetscInt hist_size = lmvm->m; in MatSetFromOptions_LMVM() local
854 PetscErrorCode MatLMVMSetHistorySize(Mat B, PetscInt hist_size) in MatLMVMSetHistorySize()869 PetscErrorCode MatLMVMGetHistorySize(Mat B, PetscInt *hist_size) in MatLMVMGetHistorySize()
488 PetscInt M = 15, N = 15, hist_size = 5, n_iter = 3 * hist_size, n_variable = n_iter / 2; in main() local