Skip to content

Commit 00f8e4e

Browse files
committed
Fix typo and wording in solve docs
1 parent be12532 commit 00f8e4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/solve.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ pub use lapack_traits::{Pivot, Transpose};
5959
/// There are three groups of methods:
6060
///
6161
/// * `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`.
62+
/// * `solve_t*` (transpose) methods solve `A^T * x = b` for `x`.
63+
/// * `solve_h*` (Hermitian conjugate) methods solve `A^H * x = b` for `x`.
6464
///
6565
/// Within each group, there are three methods that handle ownership differently:
6666
///

0 commit comments

Comments
 (0)