We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4024870 commit 697848dCopy full SHA for 697848d
modules/alphamat/src/cm.cpp
@@ -92,7 +92,7 @@ void lle(my_vector_of_vectors_t& indm, my_vector_of_vectors_t& samples, float ep
92
float alpha, beta, lagrangeMult;
93
Cones = 1;
94
95
- C = 0;
+ C.setTo(0);
96
rhs = 1;
97
98
int i, ind = 0;
0 commit comments