source: mmcs/armadillo_bits/op_hist_bones.hpp @ 8daa049

matrices
Last change on this file since 8daa049 was 9dd61b1, checked in by rboet <rboet@…>, 9 years ago

Avance del proyecto 60%

  • Property mode set to 100644
File size: 479 bytes
Line 
1// Copyright (C) 2012 Conrad Sanderson
2// Copyright (C) 2012 NICTA (www.nicta.com.au)
3//
4// This Source Code Form is subject to the terms of the Mozilla Public
5// License, v. 2.0. If a copy of the MPL was not distributed with this
6// file, You can obtain one at http://mozilla.org/MPL/2.0/.
7
8
9
10//! \addtogroup op_hist
11//! @{
12
13
14
15class op_hist
16  {
17  public:
18 
19  template<typename T1>
20  inline static void apply(Mat<uword>& out, const mtOp<uword, T1, op_hist>& X);
21  };
22
23
24
25//! @}
Note: See TracBrowser for help on using the repository browser.