mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix ~40 typos found by codespell across the codebase
libeigen/eigen!2181 Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com>
This commit is contained in:
@@ -65,7 +65,7 @@ void array_special_functions() {
|
||||
ArrayType m1 = ArrayType::Random(rows, cols);
|
||||
ArrayType m2 = ArrayType::Random(rows, cols);
|
||||
|
||||
// Test various propreties of igamma & igammac. These are normalized
|
||||
// Test various properties of igamma & igammac. These are normalized
|
||||
// gamma integrals where
|
||||
// igammac(a, x) = Gamma(a, x) / Gamma(a)
|
||||
// igamma(a, x) = gamma(a, x) / Gamma(a)
|
||||
|
||||
Reference in New Issue
Block a user