cagpjax.linalg.congruence
Congruence transformations for linear operators.
congruence_transform(A, B)
Congruence transformation A @ B @ A.T
.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
A
|
Any
|
Linear operator or array to be applied. |
required |
B
|
Any
|
Square linear operator or array to be transformed. |
required |