We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd9b43c commit a85e75aCopy full SHA for a85e75a
pylops_mpi/basicoperators/MatrixMult.py
@@ -22,8 +22,8 @@ class MPIMatrixMult(MPILinearOperator):
22
Parameters
23
----------
24
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
+ Local block of the matrix of shape :math:`[N_{loc} \times K]`
+ where ``N_loc`` is the number of rows stored on this MPI rank and
27
``K`` is the global number of columns.
28
M : :obj:`int`
29
Global leading dimension (i.e., number of columns) of the matrices
0 commit comments