public class Hp
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Hp()
Construct the symmetrization operator using an identity matrix.
|
Hp(Matrix P)
Construct a symmetrization operator.
|
| Modifier and Type | Method and Description |
|---|---|
Matrix |
evaluate(Matrix U)
Compute \(H_p(U) = \frac{1}{2}[PUP^{-1}]+P^{-*}U^*P^*\).
|
public Hp(Matrix P)
P - a parameter matrixpublic Hp()