Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 35cc5c42 authored by hhakim's avatar hhakim
Browse files

Minor change in pyfaust LazyLinearOperator doc.

parent 451f8a6a
Branches
Tags
No related merge requests found
......@@ -921,9 +921,7 @@ class LazyLinearOp(LinearOperator):
def LazyLinearOperator(shape, **kwargs):
"""
Returns a LazyLinearOp defined by shape and at least matvec.
NOTE: At least a matvec or a matmat function must be passed in kwargs.
Returns a LazyLinearOp defined by shape and at least a matvec or a matmat function.
Args:
shape: (tuple) dimensions (M, N).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment