Changeset 368 for cpp/frams/model/similarity
- Timestamp:
- 04/20/15 03:16:26 (10 years ago)
- Location:
- cpp/frams/model/similarity/SVD
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/model/similarity/SVD/lapack.cpp
r358 r368 60 60 #include <assert.h> 61 61 #include "lapack.h" 62 #include <stdlib.h> //rand(), embarcadero 63 #include <math.h> //hypot(), embarcadero 62 64 63 65 typedef unsigned char uchar; -
cpp/frams/model/similarity/SVD/matrix_tools.cpp
r357 r368 9 9 #include <cmath> 10 10 #include <cstdio> 11 #include <alloc.h> //malloc(), embarcadero 12 #include <math.h> //sqrt(), embarcadero 13 11 14 12 15 double *Create(int nSize)
Note: See TracChangeset
for help on using the changeset viewer.