fn_repmat.hpp
Go to the documentation of this file.
1 // Copyright (C) 2009-2010 NICTA (www.nicta.com.au)
2 // Copyright (C) 2009-2010 Conrad Sanderson
3 // Copyright (C) 2009-2010 Dimitrios Bouzas
4 //
5 // This file is part of the Armadillo C++ library.
6 // It is provided without any warranty of fitness
7 // for any purpose. You can redistribute this file
8 // and/or modify it under the terms of the GNU
9 // Lesser General Public License (LGPL) as published
10 // by the Free Software Foundation, either version 3
11 // of the License or (at your option) any later version.
12 // (see http://www.opensource.org/licenses for more info)
13 
14 
15 
18 
19 
22 template<typename T1>
26  {
28 
29  return Op<T1, op_repmat>(A.get_ref(), r, c);
30  }
31 
32 
33 
arma_inline const derived & get_ref() const
Definition: Base_meat.hpp:22
u32 uword
Definition: typedef.hpp:85
#define arma_extra_debug_sigprint
Definition: debug.hpp:1116
#define arma_inline
arma_inline const Op< T1, op_repmat > repmat(const Base< typename T1::elem_type, T1 > &A, const uword r, const uword c)
delayed &#39;repeat matrix&#39; construction of a matrix
Definition: fn_repmat.hpp:25


armadillo_matrix
Author(s):
autogenerated on Fri Apr 16 2021 02:31:57