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 5b8b257 commit 8e6076dCopy full SHA for 8e6076d
crates/blastoff/src/lib.rs
@@ -5,7 +5,7 @@
5
//!
6
//! **blastoff uses 1-based indexing, reflecting cuBLAS' behavior. This means
7
//! you will likely need to do some math to any returned indices. For example,
8
-//! [`min`](crate::context::CublasContext::min) returns a 1-based index.
+//! [`amin`](crate::context::CublasContext::amin) returns a 1-based index.
9
10
pub use cublas_sys as sys;
11
use num_complex::{Complex32, Complex64};
0 commit comments