#include <ovector_cx_tlate.h>
Definition at line 897 of file ovector_cx_tlate.h.
Public Member Functions | |
ovector_cx_const_subvector_tlate (const ovector_cx_view_tlate< data_t, vparent_t, block_t, complex_t > &orig, size_t offset, size_t n) | |
Create a vector from orig . | |
Protected Member Functions | |
These are inaccessible to ensure the vector is \c const. | |
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) |
int | swap (ovector_cx_view_tlate< data_t, vparent_t, block_t, complex_t > &x) |
int | set_all (double val) |
vparent_t * | get_gsl_vector () |
ovector_cx_view_tlate < data_t, vparent_t, block_t, complex_t > & | operator+= (const ovector_cx_view_tlate< data_t, vparent_t, block_t, complex_t > &x) |
operator+= | |
ovector_cx_view_tlate < data_t, vparent_t, block_t, complex_t > & | operator-= (const ovector_cx_view_tlate< data_t, vparent_t, block_t, complex_t > &x) |
operator-= | |
ovector_cx_view_tlate < data_t, vparent_t, block_t, complex_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