~ubuntu-branches/ubuntu/trusty/eigen3/trusty-proposed

« back to all changes in this revision

Viewing changes to Eigen/src/SVD/JacobiSVD_MKL.h

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2013-05-06 20:58:32 UTC
  • mfrom: (8.1.8 experimental)
  • Revision ID: package-import@ubuntu.com-20130506205832-2dxl1uysxuaredbf
Tags: 3.1.3-1
* [52a3539] Update dates in copyright.
* [f22ef64] Return FTBFS if the autotest fails.
* [60b2388] Respect nocheck option.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
/** \internal Specialization for the data types supported by MKL */
41
41
 
42
42
#define EIGEN_MKL_SVD(EIGTYPE, MKLTYPE, MKLRTYPE, MKLPREFIX, EIGCOLROW, MKLCOLROW) \
43
 
template<> \
 
43
template<> inline \
44
44
JacobiSVD<Matrix<EIGTYPE, Dynamic, Dynamic, EIGCOLROW, Dynamic, Dynamic>, ColPivHouseholderQRPreconditioner>& \
45
45
JacobiSVD<Matrix<EIGTYPE, Dynamic, Dynamic, EIGCOLROW, Dynamic, Dynamic>, ColPivHouseholderQRPreconditioner>::compute(const Matrix<EIGTYPE, Dynamic, Dynamic, EIGCOLROW, Dynamic, Dynamic>& matrix, unsigned int computationOptions) \
46
46
{ \