Object-oriented Scientific Computing Library: Version 0.910
Public Member Functions
uvector_cx_const_array_tlate< data_t, complex_t > Class Template Reference

Create a vector from an array.

#include <uvector_cx_tlate.h>

Inheritance diagram for uvector_cx_const_array_tlate< data_t, complex_t >:
uvector_cx_view_tlate< data_t, complex_t >

Detailed Description

template<class data_t, class complex_t>
class uvector_cx_const_array_tlate< data_t, complex_t >

Definition at line 522 of file uvector_cx_tlate.h.

Public Member Functions

 uvector_cx_const_array_tlate (size_t n, const data_t *dat)
 Create a vector from dat with size n.

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 set_all (double val)
uvector_cx_view_tlate< data_t,
complex_t > & 
operator+= (const uvector_cx_view_tlate< data_t, complex_t > &x)
 operator+=
uvector_cx_view_tlate< data_t,
complex_t > & 
operator-= (const uvector_cx_view_tlate< data_t, complex_t > &x)
 operator-=
uvector_cx_view_tlate< data_t,
complex_t > & 
operator*= (const data_t &y)
 operator*=

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).

Get Object-oriented Scientific Computing
Lib at SourceForge.net. Fast, secure and Free Open Source software
downloads.