template<typename ValueType>
class cusp::constant_array< ValueType >
Specialized array1d_view wrapping thrust::constant_iterator.
- Template Parameters
-
| ValueType | constant array element type. |
- Overview
- The
constant_array view is a simple wrapper around constant_iterator.
- See also
- http://thrust.github.io/doc/classthrust_1_1constant__iterator.html
- Example
int main()
{
}
1D array of elements that may reside in "host" or "device" memory space
Specialized array1d_view wrapping thrust::constant_iterator.
void print(const Printable &p)
print a textual representation of an object
Print textual representation of an object.
Definition at line 614 of file array1d.h.