海南版本提交

This commit is contained in:
hzj
2024-04-01 09:08:11 +08:00
parent ea56af7e63
commit 0275cba0ed
4 changed files with 101 additions and 75 deletions

View File

@@ -78,9 +78,9 @@ public class CZNLPG {
matU.setEntry(i, 0, u.get(i));
}
System.out.println("matPQ=");
// System.out.println("matPQ=");
printMatrix(matPQ);
System.out.println("matPQ transpose=");
// System.out.println("matPQ transpose=");
printMatrix(matPQ.transpose());
// w = inv(PQ1'*PQ1)*PQ1'*U