![]() |
Object-oriented Scientific Computing Library: Version 0.910
|
Create a const vector from an array with a stride. More...
#include <ovector_tlate.h>
The constructor will fail if the size argument n
is zero, the stride s
is zero, or if the pointer dat
is 0.
Definition at line 1716 of file ovector_tlate.h.
Public Member Functions | |
ovector_const_array_stride_tlate (size_t n, const data_t *dat, size_t s) | |
Create a vector from dat with size n . |
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).