Skip to main content
Ctrl+K
SLEPc Home SLEPc Home
  • About
  • Installation
  • Documentation
  • C/Fortran API
  • slepc4py API
  • Material
  • Contact
  • GitLab
  • UPV
  • Feed
  • About
  • Installation
  • Documentation
  • C/Fortran API
  • slepc4py API
  • Material
  • Contact
  • GitLab
  • UPV
  • Feed
  • DSUpdateExtraRow

DSUpdateExtraRow#

Performs all necessary operations so that the extra row gets up-to-date after a call to DSSolve().

Synopsis#

#include "slepcds.h" 
PetscErrorCode DSUpdateExtraRow(DS ds)

Logically Collective

Input Parameters#

  • ds - the direct solver context

See Also#

DSSolve(), DSSetExtraRow()

Level#

advanced

Location#

src/sys/classes/ds/interface/dsops.c

Implementations#

DSUpdateExtraRow_GHIEP() in src/sys/classes/ds/impls/ghiep/dsghiep.c
DSUpdateExtraRow_GNHEP() in src/sys/classes/ds/impls/gnhep/dsgnhep.c
DSUpdateExtraRow_GSVD() in src/sys/classes/ds/impls/gsvd/dsgsvd.c
DSUpdateExtraRow_HEP() in src/sys/classes/ds/impls/hep/dshep.c
DSUpdateExtraRow_HSVD() in src/sys/classes/ds/impls/hsvd/dshsvd.c
DSUpdateExtraRow_NHEP() in src/sys/classes/ds/impls/nhep/dsnhep.c
DSUpdateExtraRow_NHEPTS() in src/sys/classes/ds/impls/nhepts/dsnhepts.c
DSUpdateExtraRow_SVD() in src/sys/classes/ds/impls/svd/dssvd.c


Index of all DS routines Table of Contents for all manual pages Index of all manual pages

On this page
  • Synopsis
  • Input Parameters
  • See Also
  • Level
  • Location
  • Implementations
Edit on GitLab

This Page

  • Show Source

© Copyright 2002-2025, Universitat Politecnica de Valencia, Spain.

Created using Sphinx 7.3.7.

Built with the PyData Sphinx Theme 0.16.1.