We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55866d9 + 70b9227 commit c75f4edCopy full SHA for c75f4ed
lax/src/error.rs
@@ -11,7 +11,7 @@ pub enum Error {
11
LapackInvalidValue { return_code: i32 },
12
13
#[error(
14
- "Comutational failure in LAPACK subroutine: return_code = {}",
+ "Computational failure in LAPACK subroutine: return_code = {}",
15
return_code
16
)]
17
LapackComputationalFailure { return_code: i32 },
0 commit comments