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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Dirk Eddelbuettel
  • Date: 2014-01-05 07:49:39 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20140105074939-dwxho57ujap094yj
Tags: 0.4.000-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// Copyright (C) 2012 Conrad Sanderson
2
 
// Copyright (C) 2012 NICTA (www.nicta.com.au)
3
 
// Copyright (C) 2012 Boris Sabanin
4
 
// 
5
 
// This Source Code Form is subject to the terms of the Mozilla Public
6
 
// License, v. 2.0. If a copy of the MPL was not distributed with this
7
 
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
8
 
 
9
 
 
10
 
 
11
 
class glue_histc
12
 
   {
13
 
   public:
14
 
 
15
 
   template<typename T1, typename T2> inline static void apply(Mat<uword>& out, const mtGlue<uword,T1,T2,glue_histc>& in);
16
 
   };
 
1
// Copyright (C) 2012 Conrad Sanderson
 
2
// Copyright (C) 2012 NICTA (www.nicta.com.au)
 
3
// Copyright (C) 2012 Boris Sabanin
 
4
// 
 
5
// This Source Code Form is subject to the terms of the Mozilla Public
 
6
// License, v. 2.0. If a copy of the MPL was not distributed with this
 
7
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
8
 
 
9
 
 
10
 
 
11
class glue_histc
 
12
   {
 
13
   public:
 
14
 
 
15
   template<typename T1, typename T2> inline static void apply(Mat<uword>& out, const mtGlue<uword,T1,T2,glue_histc>& in);
 
16
   };