brahmap.base.ZeroOperator¶
Bases: LinearOperator
A linear operator for a zero matrix of shape (nargout, nargin)
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
nargin
|
int
|
description |
required |
nargout
|
int
|
description |
required |
**kwargs
|
Any
|
description |
{}
|