Fix wrong reference in docs.

This commit is contained in:
Marius Knaust 2021-08-07 12:06:15 +02:00
parent 71ceb1f027
commit 649e0f5a59
No known key found for this signature in database
GPG Key ID: 14B395AE2B9160BB
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ impl<T: Scalar, R: Dim, C: Dim, S: RawStorage<T, R, C>> Matrix<T, R, C, S> {
/// The sum of all the rows of this matrix. /// The sum of all the rows of this matrix.
/// ///
/// Use `.row_variance_tr` if you need the result in a column vector instead. /// Use `.row_sum_tr` if you need the result in a column vector instead.
/// ///
/// # Example /// # Example
/// ///