Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Pablo Daniel Herrero
metodos-2024-2c-tp2
Commits
a1b6b1ba
Commit
a1b6b1ba
authored
5 months ago
by
Pablo Herrero
Browse files
Options
Download
Email Patches
Plain Diff
Comment print
parent
af01d3ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
pca/pca.cpp
pca/pca.cpp
+1
-1
No files found.
pca/pca.cpp
View file @
a1b6b1ba
...
...
@@ -71,7 +71,7 @@ tuple<Vector,Matrix,Vector> first_p_eigen_values(Matrix& A, int p, int niter, do
Vector
iteraciones
(
p
);
for
(
int
i
=
0
;
i
<
p
;
i
++
){
py
::
print
(
"Calculando componente"
,
i
+
1
);
//
py::print("Calculando componente", i+1);
tuple
<
double
,
Vector
,
int
>
tuplaAA
=
power_iteration
(
A
,
niter
,
eps
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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