Class AdjustToUnitaryWithEV_SubjectToLinearConstraints
java.lang.Object
com.polytechnik.kgo.AdjustToUnitaryWithEV_SubjectToLinearConstraints
Adjust an operators to orthogonal form
\(
\delta_{jj^{\prime}}=
\sum\limits_{k=0}^{nX-1}u_{jk}u_{j^{\prime}k}
\)
with linear constraints possibly applied.
Not very good convergence. Just a test.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AdjustToUnitaryWithEV_SubjectToLinearConstraints
AdjustToUnitaryWithEV_SubjectToLinearConstraints()
-
-
Method Details
-
testBasic
One solution test. -
runMultiTest
-
main
A unit test.
-