source:
cpp/frams/model/similarity/SVD/lapack.h
@
384
Last change on this file since 384 was 357, checked in by , 10 years ago | |
---|---|
|
|
File size: 185 bytes |
Rev | Line | |
---|---|---|
[350] | 1 | #ifndef _LAPACK_H_ |
2 | #define _LAPACK_H_ | |
[349] | 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 | ||
[350] | 10 | #endif |
Note: See TracBrowser
for help on using the repository browser.