~ubuntu-branches/ubuntu/trusty/r-cran-rcpparmadillo/trusty-proposed

« back to all changes in this revision

Viewing changes to inst/include/armadillo_bits/operator_schur.hpp

  • Committer: Package Import Robot
  • Author(s): Dirk Eddelbuettel
  • Date: 2013-08-12 19:10:20 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20130812191020-4i0swxrz8v6i503v
Tags: 0.3.910.0-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// Copyright (C) 2008-2012 Conrad Sanderson
1
2
// Copyright (C) 2008-2012 NICTA (www.nicta.com.au)
2
 
// Copyright (C) 2008-2012 Conrad Sanderson
3
3
// Copyright (C) 2012 Ryan Curtin
4
4
// 
5
5
// This Source Code Form is subject to the terms of the Mozilla Public
42
42
typename
43
43
enable_if2
44
44
  <
45
 
  (is_arma_type<T1>::value && is_arma_type<T2>::value && (is_same_type<typename T1::elem_type, typename T2::elem_type>::value == false)),
 
45
  (is_arma_type<T1>::value && is_arma_type<T2>::value && (is_same_type<typename T1::elem_type, typename T2::elem_type>::no)),
46
46
  const mtGlue<typename promote_type<typename T1::elem_type, typename T2::elem_type>::result, T1, T2, glue_mixed_schur>
47
47
  >::result
48
48
operator%