Skip to content

Commit a85e75a

Browse files
authored
Fixed Doc error
1 parent dd9b43c commit a85e75a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pylops_mpi/basicoperators/MatrixMult.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ class MPIMatrixMult(MPILinearOperator):
2222
Parameters
2323
----------
2424
A : :obj:`numpy.ndarray`
25-
Local block of the matrix of shape :math:`[M_{loc} \times K]`
26-
where ``M_loc`` is the number of rows stored on this MPI rank and
25+
Local block of the matrix of shape :math:`[N_{loc} \times K]`
26+
where ``N_loc`` is the number of rows stored on this MPI rank and
2727
``K`` is the global number of columns.
2828
M : :obj:`int`
2929
Global leading dimension (i.e., number of columns) of the matrices

0 commit comments

Comments
 (0)