public class Hp extends Object
Constructor and Description |
---|
Hp()
Constructs the symmetrization operator using an identity matrix.
|
Hp(Matrix P)
Constructs a symmetrization operator.
|
Modifier and Type | Method and Description |
---|---|
Matrix |
evaluate(Matrix U)
Computes \(H_p(U) = \frac{1}{2}[PUP^{-1}]+P^{-*}U^*P^*\).
|
public Hp(Matrix P)
P
- a parameter matrixpublic Hp()
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.