aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/btl/cmake/FindPackageHandleStandardArgs.cmake
Commit message (Collapse)AuthorAge
* STYLE: Convert CMake-language commands to lower caseGravatar Hans Johnson2019-10-31
| | | | | Ancient CMake versions required upper-case commands. Later command names became case-insensitive. Now the preferred style is lower-case.
* * big rework of Inverse.h:Gravatar Benoit Jacob2008-07-15
- remove all invertibility checking, will be redundant with LU - general case: adapt to matrix storage order for better perf - size 4 case: handle corner cases without falling back to gen case. - rationalize with selectors instead of compile time if - add C-style computeInverse() * update inverse test. * in snippets, default cout precision to 3 decimal places * add some cmake module from kdelibs to support btl with cmake 2.4