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