source: mmcs/armadillo_bits/op_repmat_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: 542 bytes
Line 
1// Copyright (C) 2009-2010 Conrad Sanderson
2// Copyright (C) 2009-2010 NICTA (www.nicta.com.au)
3// Copyright (C) 2009-2010 Dimitrios Bouzas
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//! \addtogroup op_repmat
12//! @{
13
14
15
16class op_repmat
17  {
18  public:
19  template<typename T1> inline static void apply(Mat<typename T1::elem_type>& out, const Op<T1,op_repmat>& in);
20  };
21
22
23
24//! @}
Note: See TracBrowser for help on using the repository browser.