Searched refs:lqn (Results 1 – 2 of 2) sorted by relevance
37 Mat_DQN *lqn = (Mat_DQN *)lmvm->ctx; in MatView_LMVMDQN() local44 PetscCall(SymBroydenRescaleView(lqn->rescale, pv)); in MatView_LMVMDQN()45 …x : %" PetscInt_FMT ", Y^T x: %" PetscInt_FMT "\n", lqn->S_count, lqn->St_count, lqn->Y_count, lq… in MatView_LMVMDQN()52 Mat_DQN *lqn = (Mat_DQN *)lmvm->ctx; in MatLMVMDQNResetDestructive() local55 PetscCall(MatDestroy(&lqn->HY)); in MatLMVMDQNResetDestructive()56 PetscCall(MatDestroy(&lqn->BS)); in MatLMVMDQNResetDestructive()57 PetscCall(MatDestroy(&lqn->StY_triu)); in MatLMVMDQNResetDestructive()58 PetscCall(MatDestroy(&lqn->YtS_triu)); in MatLMVMDQNResetDestructive()59 PetscCall(VecDestroy(&lqn->StFprev)); in MatLMVMDQNResetDestructive()60 PetscCall(VecDestroy(&lqn->Fprev_ref)); in MatLMVMDQNResetDestructive()[all …]
177 Mat_DQN *lqn = (Mat_DQN *)lmvm->ctx; in MatMove_LR3() local182 if (!lqn->temp_mat) PetscCall(MatDuplicate(R, MAT_SHARE_NONZERO_PATTERN, &lqn->temp_mat)); in MatMove_LR3()187 PetscCall(MatDenseGetLocalMatrix(lqn->temp_mat, &local_temp)); in MatMove_LR3()