Skip to content

Commit

Permalink
Update restrictions_zero.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwang15 committed Aug 9, 2024
1 parent 53b963b commit 632e781
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/restrictions_zero.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ arma::colvec zero_restrictions(
) {
int N = Z(0).n_cols;

mat A0 = vec_structural.rows(0, N * N - 1);
A0 = reshape(A0, N, N);
mat A0 = reshape(vec_structural.rows(0, N * N - 1), N, N);

arma::field<arma::mat> ZF = ZIRF(Z, inv(A0.t()));

Expand Down

0 comments on commit 632e781

Please sign in to comment.