fix doc typo
This commit is contained in:
parent
803ce0a69f
commit
1cc5c7eba6
|
@ -67,7 +67,7 @@
|
||||||
//! As can be seen from the table, only `CSR * Dense` and `CSC * Dense` are supported.
|
//! As can be seen from the table, only `CSR * Dense` and `CSC * Dense` are supported.
|
||||||
//! The other way around, i.e. `Dense * CSR` and `Dense * CSC` are not implemented.
|
//! The other way around, i.e. `Dense * CSR` and `Dense * CSC` are not implemented.
|
||||||
//!
|
//!
|
||||||
//! Additionally, [CsrMatrix](`crate::csr::CsrMatrix`) and [CooMatrix](`crate::coo::CooMatrix`)
|
//! Additionally, [CsrMatrix](`crate::csr::CsrMatrix`) and [CscMatrix](`crate::csc::CscMatrix`)
|
||||||
//! support multiplication with scalars, in addition to division by a scalar.
|
//! support multiplication with scalars, in addition to division by a scalar.
|
||||||
//! Note that only `Matrix * Scalar` works in a generic context, although `Scalar * Matrix`
|
//! Note that only `Matrix * Scalar` works in a generic context, although `Scalar * Matrix`
|
||||||
//! has been implemented for many of the built-in arithmetic types. This is due to a fundamental
|
//! has been implemented for many of the built-in arithmetic types. This is due to a fundamental
|
||||||
|
|
Loading…
Reference in New Issue