BVMatMultTransposeColumn#

Computes the transpose matrix-vector product for a specified column, storing the result in the next column \(v_{j+1}=A^T v_j\).

Synopsis#

Neighbor-wise Collective

Input Parameters#

  • V - basis vectors context

  • A - the matrix

  • j - the index of the column

See Also#

BV: Basis Vectors, BVMatMult(), BVMatMultColumn(), BVMatMultHermitianTransposeColumn()

Level#

intermediate

Location#

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


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