Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
forFudan committed Oct 26, 2024
1 parent 08e3c77 commit ab07841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions numojo/core/mat.mojo
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ fn full[
dtype: DType = DType.float64
](shape: Tuple[Int, Int], fill_value: Scalar[dtype] = 0) -> Matrix[dtype]:
"""Return a matrix with given shape and filled value.
Example:
```mojo
from numojo import mat
Expand All @@ -481,7 +481,7 @@ fn full[

fn zeros[dtype: DType = DType.float64](shape: Tuple[Int, Int]) -> Matrix[dtype]:
"""Return a matrix with given shape and filled with zeros.
Example:
```mojo
from numojo import mat
Expand Down

0 comments on commit ab07841

Please sign in to comment.