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
  • BVCopyColumn

BVCopyColumn#

Copies the values from one of the columns to another one.

Synopsis#

#include "slepcbv.h" 
PetscErrorCode BVCopyColumn(BV V,PetscInt j,PetscInt i)

Logically Collective

Input Parameters#

  • V - basis vectors context

  • j - the number of the source column

  • i - the number of the destination column

See Also#

BV: Basis Vectors, BVCopy(), BVCopyVec()

Level#

beginner

Location#

src/sys/classes/bv/interface/bvbasic.c

Implementations#

BVCopyColumn_Contiguous() in src/sys/classes/bv/impls/contiguous/contig.c
BVCopyColumn_Mat() in src/sys/classes/bv/impls/mat/bvmat.c
BVCopyColumn_Svec() in src/sys/classes/bv/impls/svec/svec.c
BVCopyColumn_Tensor() in src/sys/classes/bv/impls/tensor/bvtensor.c
BVCopyColumn_Vecs() in src/sys/classes/bv/impls/vecs/vecs.c


Index of all BV 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.