#include <ovector_tlate.h>

Definition at line 1308 of file ovector_tlate.h.
Public Member Functions | |
| ovector_const_subvector_tlate (const ovector_view_tlate< data_t, vparent_t, block_t > &orig, size_t offset, size_t n) | |
Create a vector from orig. | |
| const data_t & | operator[] (size_t i) const |
| Array-like indexing. | |
| const data_t & | operator() (size_t i) const |
| Array-like indexing. | |
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*= | |
Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.
Project hosting provided by
,
O2scl Sourceforge Project Page