Spelling corrections

Last batch (for now) of spelling corrections in doxygen and normal comments
This commit is contained in:
albert-github
2024-05-31 19:05:34 +02:00
parent 5ffa817b62
commit 36c8b7589d
134 changed files with 182 additions and 182 deletions
@@ -189,7 +189,7 @@ namespace HomogeneousKernelFunctors {
// want to solve alpha*v1 + beta*v2 + gamma*v3 == vp
// let vi' == vi*vi.hw()
// we solve alpha'*v1' + beta'*v2' + gamma'*v3' == vp' / vp.hw()
// muliplied by vp.hw()
// multiplied by vp.hw()
// then we have alpha = alpha'*v1.hw() / vp.hw()
// and beta = beta' *v2.hw() / vp.hw()
// and gamma = gamma'*v3.hw() / vp.hw()