Skip to content

Commit

Permalink
Small fix for diagonalize test
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Bock <[email protected]>
  • Loading branch information
nicolasbock committed Feb 13, 2020
1 parent cd557bd commit 386bf4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/C-tests/diagonalize_matrix_typed.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ int TYPED_FUNC(
A = bml_random_matrix(matrix_type, matrix_precision, N, M, sequential);

A_t = bml_transpose_new(A);
bml_complex_conjugate(A_t);
bml_add(A, A_t, 0.5, 0.5, 0.0);
bml_print_bml_matrix(A, 0, N, 0, N);

Expand Down

0 comments on commit 386bf4f

Please sign in to comment.