Skip to content

Commit a5d39a5

Browse files
committed
Fixed minus symbol
1 parent 203db14 commit a5d39a5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

debug.log

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[0113/105617.913:ERROR:directory_reader_win.cc(43)] FindFirstFile: The system cannot find the path specified. (0x3)

nearest_correlation_matrices/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ Sorted eigenvalues of X: 0.0010 0.0010 0.0305 0.1646 0.6764 1.7716
475475
$$ \Large \|H \circ(G-X) \|_F $$
476476

477477

478-
* So individually $$h_{ij} \times (g_{ij} \- x_{ij}).$$
478+
* So individually $$h_{ij} \times (g_{ij} - x_{ij}).$$
479479

480480

481481
* However, this is a more “difficult” problem, and more computationally expensive.

0 commit comments

Comments
 (0)