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 9f345b2 commit c75f5fcCopy full SHA for c75f5fc
src/aspire/basis/basis.py
@@ -130,7 +130,7 @@ def mat_evaluate_t(self, X):
130
"""
131
Evaluate coefficient matrix in dual basis
132
133
- :param X: The coefficient array as a Image or Volume object of
+ :param X: The coefficient array as an Image or Volume object of
134
size `self.sz`-by-`self.sz` to be evaluated.
135
:return: The evaluation of `X` in the dual basis. This is
136
`self.count`-by-`self.count`. matrix.
0 commit comments