Skip to content

Commit

Permalink
Update an obsolete comment for linalg::gemm
Browse files Browse the repository at this point in the history
  • Loading branch information
robertknight committed Jan 4, 2023
1 parent 0c86683 commit 211e1f2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/linalg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -479,9 +479,6 @@ pub struct Matrix<'a> {

/// Perform a General Matrix Multiplication ("gemm").
///
/// This is a low-level API that operates directly on slices. Use `gemm` for
/// a more convenient way to multiply two 2D tensors.
///
/// This computes `output = alpha * (a @ b) + beta * output` where `@` is
/// matrix multiplication.
///
Expand Down

0 comments on commit 211e1f2

Please sign in to comment.