Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Quentin Aristote
OCaml Probabilistic Matrix Approximation
Commits
d5fcc844
Commit
d5fcc844
authored
Jan 30, 2021
by
Quentin Aristote
Browse files
corrected nystrom_eig
parent
3a4c7552
Changes
1
Hide whitespace changes
Inline
Side-by-side
fact.ml
View file @
d5fcc844
...
...
@@ -199,7 +199,7 @@ struct
let
c
=
M
.
chol
b2
in
let
f
=
M
.
triangular_solve
c
b1
in
let
u
,
sigma
,
_
=
M
.
svd
f
in
let
lambda
=
M
.
dot
sigma
sigma
in
let
lambda
=
M
.
mul
sigma
sigma
in
u
,
lambda
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment