lapack.cpp | 253 int givens(T*, T*, int, T, T) const { return 0; } function in struct:cv::VBLAS 280 template<> inline int VBLAS<float>::givens(float* a, float* b, int n, float c, float s) const function in class:cv::VBLAS 349 template<> inline int VBLAS<double>::givens(double* a, double* b, int n, double c, double s) const function in class:cv::VBLAS 468 k = vblas.givens(Vi, Vj, n, c, s); [all...] |