Changeset 350 for cpp/frams/model/similarity/SVD
- Timestamp:
- 04/17/15 00:06:34 (10 years ago)
- Location:
- cpp/frams/model/similarity/SVD
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/model/similarity/SVD/lapack.cpp
r349 r350 2 2 // Copyright (C) 1999-2015 Maciej Komosinski and Szymon Ulatowski. 3 3 // See LICENSE.txt for details. 4 /*M/////////////////////////////////////////////////////////////////////////////////////// 4 5 //////////////////////////////////////////////////////////////////////////////////////// 5 6 // 6 7 // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. -
cpp/frams/model/similarity/SVD/lapack.h
r349 r350 1 #ifndef LAPACK_H2 #define LAPACK_H1 #ifndef _LAPACK_H_ 2 #define _LAPACK_H_ 3 3 4 4 class Lapack … … 8 8 }; 9 9 10 #endif /* LAPACK_H */10 #endif -
cpp/frams/model/similarity/SVD/matrix_tools.h
r349 r350 3 3 // See LICENSE.txt for details. 4 4 5 #ifndef MATRIX_TOOLS_H6 #define MATRIX_TOOLS_H5 #ifndef _MATRIX_TOOLS_H_ 6 #define _MATRIX_TOOLS_H_ 7 7 8 8 #include <vector> … … 16 16 17 17 18 #endif /* MATRIX_TOOLS_H */18 #endif
Note: See TracChangeset
for help on using the changeset viewer.