Skip to content
Snippets Groups Projects
Commit 148325b3 authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

Fix typo in documentation.

parent 6e08c8ae
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ namespace Dune {
* @brief Provides the functions dot(a,b) := \f$a^H \cdot b \f$ and dotT(a,b) := \f$a^T \cdot b \f$
*
* The provided dot products dot,dotT are used to compute (indefinite) dot products for fundamental types as well as DUNE vector types, such as DenseVector, FieldVector, ISTLVector.
* Note that the definition of dot(a,b) conjugates the first argument. This agrees with the behvaior of Matlab and Petsc, but noch with BLAS.
* Note that the definition of dot(a,b) conjugates the first argument. This agrees with the behaviour of Matlab and Petsc, but not with BLAS.
* @author Jö Fahlke, Matthias Wohlmuth
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment