source:
cpp/frams/model/similarity/SVD/lapack.h
@
1050
Last change on this file since 1050 was 389, checked in by , 9 years ago | |
---|---|
|
|
File size: 182 bytes |
Line | |
---|---|
1 | #ifndef _LAPACK_H_ |
2 | #define _LAPACK_H_ |
3 | |
4 | class Lapack |
5 | { |
6 | public: |
7 | static void JacobiSVD(double* At, size_t astep, double* W, double* Vt, size_t vstep, int m, int n, int n1); |
8 | }; |
9 | |
10 | #endif |
Note: See TracBrowser
for help on using the repository browser.