คำถามติดแท็ก armadillo

2
Armadillo แก้ด้าย () ปลอดภัยหรือไม่?
ในโค้ดของฉันฉันมีลูปที่ฉันสร้างและมากกว่าระบบเชิงเส้นที่กำหนดและพยายามแก้ปัญหา: #pragma omp parallel for for (int i = 0; i < n[0]+1; i++) { for (int j = 0; j < n[1]+1; j++) { for (int k = 0; k < n[2]+1; k++) { arma::mat A(max_points, 2); arma::mat y(max_points, 1); // initialize A and y arma::vec solution = solve(A,y); …
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.