RTOp Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RTOpPack_TOpAssignVectors.hpp
Go to the documentation of this file.
1 // @HEADER
2 // *****************************************************************************
3 // RTOp: Interfaces and Support Software for Vector Reduction Transformation
4 // Operations
5 //
6 // Copyright 2006 NTESS and the RTOp contributors.
7 // SPDX-License-Identifier: BSD-3-Clause
8 // *****************************************************************************
9 // @HEADER
10 
11 #ifndef RTOPPACK_TOP_ASSIGN_VECTORS_HPP
12 #define RTOPPACK_TOP_ASSIGN_VECTORS_HPP
13 
14 #include "RTOpPack_RTOpTHelpers.hpp"
15 
16 namespace RTOpPack {
17 
18 
22 RTOP_TOP_1_1( TOpAssignVectors )
23 {
24  z0 = v0;
25 }
26 
27 
28 } // namespace RTOpPack
29 
30 
31 #endif // RTOPPACK_TOP_ASSIGN_VECTORS_HPP
RTOP_TOP_1_1(TOpAbs)
Transformation operator that takes absolute values of elements: z0[i] = abs(v0[i]), i=0...n-1.