海南版本提交
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user