brahmap.base.NoiseCovLinearOperator
¶
Bases: LinearOperator
Base class for noise covariance operators
Parameters:
Name | Type | Description | Default |
---|---|---|---|
nargin
|
int
|
description |
required |
matvec
|
int
|
description |
required |
input_type
|
Literal['covariance', 'power_spectrum']
|
description, by default "covariance" |
'covariance'
|
dtype
|
DTypeFloat
|
description, by default np.float64 |
float64
|
**kwargs
|
Any
|
description |
{}
|