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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Dirk Eddelbuettel
  • Date: 2013-09-29 16:03:43 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20130929160343-8ed4fww4vzoq8067
Tags: 0.3.920.1-1
* New upstream release

* debian/control: Tightened Build-Depends on r-cran-rcpp to (>= 0.10.5)

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
    }
65
65
  
66
66
  
67
 
  #if defined(ARMA_USE_CXX11)
68
 
    span(const double in_a) = delete;
69
 
  #endif
70
 
  
71
 
  
72
67
  inline
73
68
  span(const uword in_a, const uword in_b)
74
69
    : a(in_a)