dense.hpp File Reference

Go to the source code of this file.

Classes

class  arbb::dense< T, D >
 A dense container of dimensionality D with elements of type T. More...

Namespaces

namespace  arbb
 

The Intel(R) ArBB C++ frontend namespace.


Functions

template<typename T >
void arbb::expect_size (const dense< T, 1 > &container, std::size_t width)
template<typename T >
void arbb::expect_size (const dense< T, 2 > &container, std::size_t width, std::size_t height)
template<typename T >
void arbb::expect_size (const dense< T, 3 > &container, std::size_t width, std::size_t height, std::size_t depth)
template<typename T , std::size_t D>
void arbb::expect_size (const dense< T, D > &container, const array< std::size_t, D > &size)

Submit feedback on this help topic

Copyright © 2010, Intel Corporation. All rights reserved.