brahmap.base.BlockVerticalLinearOperator
¶
Bases: BlockLinearOperator
A block vertical linear operator.
Each block must be a linear operator.
The blocks must be specified as one list, e.g., [A, B, C]
.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
blocks
|
List[LinearOperator]
|
description |
required |
**kwargs
|
Any
|
description |
{}
|