From 7f79085126c6a6bb41f7b6cc235613d3a3e9128c Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Sat, 11 Jul 2020 14:19:28 -0500 Subject: [PATCH] Matrix->matrix in docs --- sumpy/expansion/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sumpy/expansion/__init__.py b/sumpy/expansion/__init__.py index 6407e330..6803e8a7 100644 --- a/sumpy/expansion/__init__.py +++ b/sumpy/expansion/__init__.py @@ -239,7 +239,7 @@ class CSEMatVecOperator(object): .. attribute:: from_input_coeffs_by_row An object of type ``List[List[Tuple[int, Any]]]``. Each element - in the list represents a row of the Matrix using a linear combination + in the list represents a row of the matrix using a linear combination of values from the input vector. Each element has the form ``(index of input vector, coeff)``. -- GitLab