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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Dirk Eddelbuettel
  • Date: 2013-06-04 19:01:58 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20130604190158-py0qfn57hozwl4x5
Tags: 0.3.900.0-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// Copyright (C) 2010-2011 NICTA (www.nicta.com.au)
2
 
// Copyright (C) 2010-2011 Conrad Sanderson
 
1
// Copyright (C) 2010-2013 NICTA (www.nicta.com.au)
 
2
// Copyright (C) 2010-2013 Conrad Sanderson
3
3
// 
4
4
// This Source Code Form is subject to the terms of the Mozilla Public
5
5
// License, v. 2.0. If a copy of the MPL was not distributed with this
43
43
  
44
44
  arma_inline elem_type operator[] (const uword i)                                       const;
45
45
  arma_inline elem_type at         (const uword row, const uword col, const uword slice) const;
 
46
  arma_inline elem_type at_alt     (const uword i)                                       const;
46
47
  };
47
48
 
48
49