Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yhmtsai committed Aug 22, 2019
1 parent f677ddf commit 1270f5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/ginkgo/core/base/perturbation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ namespace gko {
* a direction constructed by `basis` and `projector` on the LinOp. `projector`
* gives the coefficient of `basis` to decide the direction.
* For example, Householder matrix can be represented in Perturbation.
* u is the housholder factor and then we can generate the Householder matrix =
* (I - 2 u u*). In this case, the parameters of Perturbation class are scalar =
* -2, basis = u, and projector = u*.
* u is the householder factor and then we can generate the Householder matrix =
* (I - 2 u u*). In this case, the parameters of Perturbation class are
* scalar = -2, basis = u, and projector = u*.
*
* @tparam ValueType precision of input and result vectors
*
Expand Down

0 comments on commit 1270f5b

Please sign in to comment.