#include <ovector_tlate.h>
Definition at line 1066 of file ovector_tlate.h.
Public Member Functions | |
ovector_const_array_tlate (size_t n, const data_t *dat) | |
Create a vector from dat with size n . | |
~ovector_const_array_tlate () | |
Protected Member Functions | |
Ensure \c const by hiding non-const members | |
data_t & | operator[] (size_t i) |
Array-like indexing. | |
data_t & | operator() (size_t i) |
Array-like indexing. | |
data_t * | get_ptr (size_t i) |
Get pointer (with optional range-checking). | |
int | set (size_t i, data_t val) |
Set (with optional range-checking). | |
int | swap (ovector_view_tlate< data_t, vparent_t, block_t > &x) |
Swap vectors. | |
int | set_all (double val) |
Set all of the value to be the value val . | |
vparent_t * | get_gsl_vector () |
Return a gsl vector. | |
ovector_view_tlate < data_t, vparent_t, block_t > & | operator+= (const ovector_view_tlate< data_t, vparent_t, block_t > &x) |
operator+= | |
ovector_view_tlate < data_t, vparent_t, block_t > & | operator-= (const ovector_view_tlate< data_t, vparent_t, block_t > &x) |
operator-= | |
ovector_view_tlate < data_t, vparent_t, block_t > & | operator *= (const data_t &y) |
operator*= |