MCPcopy Create free account
hub / github.com/daniel-e/rustml / lead_dim

Method lead_dim

src/matrix.rs:360–360  ·  view source on GitHub ↗

Is equivalent to calling the method `cols()` on the matrix.

(&self)

Source from the content-addressed store, hash-verified

358
359 /// Is equivalent to calling the method `cols()` on the matrix.
360 pub fn lead_dim(&self) -> usize { self.cols() }
361
362 /// Returns the number of rows of the matrix.
363 ///

Callers 1

mulMethod · 0.80

Calls 1

colsMethod · 0.80

Tested by

no test coverage detected