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

« back to all changes in this revision

Viewing changes to Eigen/src/Eigenvalues/RealSchur_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_SCHUR_REAL(EIGTYPE, MKLTYPE, MKLPREFIX, MKLPREFIX_U, EIGCOLROW, MKLCOLROW) \
43
 
template<> \
 
43
template<> inline \
44
44
RealSchur<Matrix<EIGTYPE, Dynamic, Dynamic, EIGCOLROW> >& \
45
45
RealSchur<Matrix<EIGTYPE, Dynamic, Dynamic, EIGCOLROW> >::compute(const Matrix<EIGTYPE, Dynamic, Dynamic, EIGCOLROW>& matrix, bool computeU) \
46
46
{ \