arbb.hpp

Go to the documentation of this file.
00001 /****
00002 ***** Copyright 2010 Intel Corporation All Rights Reserved.
00003 *****
00004 ***** The source code, information and material contained herein are owned by Intel Corporation or its suppliers  *****
00005 ***** or licensors, and title to such Material remains with Intel Corporation or its suppliers or licensors.      *****
00006 ***** The Material contains proprietary information of Intel or its suppliers and licensors. The Material is      *****
00007 ***** protected by worldwide copyright laws and treaty provisions. No part of the Material may be used, copied,   *****
00008 ***** reproduced, modified, published, uploaded, posted, transmitted, distributed or disclosed in any way without *****
00009 ***** Intel's prior express written permission.
00010 *****
00011 ***** No license under any patent, copyright or other intellectual property rights in the material is granted to  *****
00012 ***** or conferred upon you, either expressly, by implication, inducement, estoppel or otherwise. Any license     *****
00013 ***** under such intellectual property rights must be express and approved by Intel in writing.
00014 ****/
00015 
00016 /**** Copyright Ends ****/ 
00017 
00018 #ifndef ARBB_HPP
00019 #define ARBB_HPP
00020 
00021 #include "arbb/cpp/array.hpp"
00022 #include "arbb/cpp/alignment.hpp"
00023 #include "arbb/cpp/array_funcs.hpp"
00024 #include "arbb/cpp/exception.hpp"
00025 #include "arbb/cpp/finish.hpp"
00026 #include "arbb/cpp/scoped_timer.hpp"
00027 #include "arbb/cpp/type_traits.hpp"
00028 #include "arbb/cpp/scalar.hpp"
00029 #include "arbb/cpp/scalar_funcs.hpp"
00030 #include "arbb/cpp/dense.hpp"
00031 #include "arbb/cpp/dense_funcs.hpp"
00032 #include "arbb/cpp/elementwise_dense_scalar.hpp"
00033 #include "arbb/cpp/elementwise_dense_userdefined.hpp"
00034 #include "arbb/cpp/nested.hpp"
00035 #include "arbb/cpp/nested_funcs.hpp"
00036 #include "arbb/cpp/elementwise_nested_scalar.hpp"
00037 #include "arbb/cpp/auto_closure.hpp"
00038 #include "arbb/cpp/closure.hpp"
00039 #include "arbb/cpp/capture.hpp"
00040 #include "arbb/cpp/call.hpp"
00041 #include "arbb/cpp/map.hpp"
00042 #include "arbb/cpp/control_flow.hpp"
00043 #include "arbb/cpp/bind_dense.hpp"
00044 #include "arbb/cpp/collective.hpp"
00045 #include "arbb/cpp/complex.hpp"
00046 #include "arbb/cpp/collective.hpp"
00047 #include "arbb/cpp/emulation.hpp"
00048 #include "arbb/cpp/range_iterator.hpp"
00049 #include "arbb/cpp/range_iterator_funcs.hpp"
00050 #include "arbb/cpp/range.hpp"
00051 #include "arbb/cpp/dense_user_funcs.hpp"
00052 
00053 #include "arbb/cpp/detail/array_impl.hpp"
00054 #include "arbb/cpp/alignment_impl.hpp"
00055 #include "arbb/cpp/detail/auto_closure_impl.hpp"
00056 #include "arbb/cpp/detail/bind_dense_impl.hpp"
00057 #include "arbb/cpp/detail/complex_impl.hpp"
00058 #include "arbb/cpp/detail/control_flow_impl.hpp"
00059 #include "arbb/cpp/detail/dense_impl.hpp"
00060 #include "arbb/cpp/detail/finish_impl.hpp"
00061 #include "arbb/cpp/detail/nested_impl.hpp"
00062 #include "arbb/cpp/detail/nested_funcs_impl.hpp"
00063 #include "arbb/cpp/detail/range_impl.hpp"
00064 #include "arbb/cpp/detail/range_iterator_impl.hpp"
00065 #include "arbb/cpp/detail/scoped_timer_impl.hpp"
00066 
00068 
00069 namespace arbb = ARBB_CPP_NS;
00070 
00072 
00073 #endif // ARBB_HPP

Submit feedback on this help topic

Copyright © 2010, Intel Corporation. All rights reserved.