Changeset 817 for cpp/frams/model/similarity/SVD/matrix_tools.h
- Timestamp:
- 10/07/18 13:23:11 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/model/similarity/SVD/matrix_tools.h
r389 r817 12 12 { 13 13 public: 14 static void SVD(std::vector<double> &vdEigenvalues, int nSize, double *pDistances, Pt3D *&Coordinates);14 static void weightedMDS(std::vector<double> &vdEigenvalues, int nSize, double *pDistances, Pt3D *&Coordinates, double *weights); 15 15 }; 16 16
Note: See TracChangeset
for help on using the changeset viewer.