]> rtime.felk.cvut.cz Git - opencv.git/commit
added support for Lapack; cvSolve, cvInvert and cvSVD have been rewritten using it
authorvp153 <vp153@73c94f0f-984f-4a5f-82bc-2d8db8d8ee08>
Thu, 22 Jan 2009 23:52:51 +0000 (23:52 +0000)
committervp153 <vp153@73c94f0f-984f-4a5f-82bc-2d8db8d8ee08>
Thu, 22 Jan 2009 23:52:51 +0000 (23:52 +0000)
commit4d67a09c4baa98c73c834315b707ac2b2423199f
treeb7f28da43aa410138007a1ff984a5a2613399460
parentb8e35968f61d6e1be8016366db4cb01ce6c7d3dc
added support for Lapack; cvSolve, cvInvert and cvSVD have been rewritten using it

git-svn-id: https://code.ros.org/svn/opencv/trunk@1527 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08
opencv/3rdparty/include/cblas.h
opencv/3rdparty/lapack/strtri.c [new file with mode: 0644]
opencv/include/opencv/cxcore.h
opencv/src/cxcore/CMakeLists.txt
opencv/src/cxcore/cxlapack.cpp [new file with mode: 0644]
opencv/src/cxcore/cxmatrix.cpp
opencv/src/cxcore/cxsvd.cpp