Merge pull request #963 from mariusknaust/dev

Fix wrong reference in docs
This commit is contained in:
Sébastien Crozet 2021-08-07 15:05:16 +02:00 committed by GitHub
commit 2c1a20c183
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
/// ///