Skip to content

Commit 1b1a6e4

Browse files
committed
Minor fix in one man page
Thanks-To: Fernando Alvarruiz
1 parent 7cf4236 commit 1b1a6e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ PetscErrorCode BVDot(BV X,BV Y,Mat M)
134134
135135
Notes:
136136
This is analogue to VecMDot(), but using BV to represent a collection
137-
of vectors. The result is m = X^H*y, so m_i is equal to x_j^H y. Note
137+
of vectors. The result is m = X^H*y, so m_i is equal to x_i^H y. Note
138138
that here X is transposed as opposed to BVDot().
139139
140140
If a non-standard inner product has been specified with BVSetMatrix(),

0 commit comments

Comments
 (0)