Skip to content

Commit ff87551

Browse files
committed
Correct documentation mistake in dot function
1 parent d3f240d commit ff87551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blas/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pub fn matmul(lhs: &Array, rhs: &Array,
4646

4747
/// Calculate the dot product of vectors.
4848
///
49-
/// Scalar dot product between two vectors. Also referred to as the inner product. This function returns the scalar product of two equal sized vectors or between a matrix and a vector. The second operand needs to be a vector in either case.
49+
/// Scalar dot product between two vectors. Also referred to as the inner product. This function returns the scalar product of two equal sized vectors.
5050
///
5151
/// # Parameters
5252
///

0 commit comments

Comments
 (0)