Changeset 368 for cpp/frams/model/similarity/SVD/matrix_tools.cpp
- Timestamp:
- 04/20/15 03:16:26 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.