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.
1 parent be12532 commit 00f8e4eCopy full SHA for 00f8e4e
src/solve.rs
@@ -59,8 +59,8 @@ pub use lapack_traits::{Pivot, Transpose};
59
/// There are three groups of methods:
60
///
61
/// * `solve*` (normal) methods solve `A * x = b` for `x`.
62
-/// * `solve_t*` (tranpose) methods solve `A^T * x = b` for `x`.
63
-/// * `solve_h*` (conjugate transpose) methods solve `A^H * x = b` for `x`.
+/// * `solve_t*` (transpose) methods solve `A^T * x = b` for `x`.
+/// * `solve_h*` (Hermitian conjugate) methods solve `A^H * x = b` for `x`.
64
65
/// Within each group, there are three methods that handle ownership differently:
66
0 commit comments