![]() |
Object-oriented Scientific Computing Library: Version 0.910
|
File for definitions of complex unit-stride vectors. More...
#include <iostream>
#include <cstdlib>
#include <string>
#include <fstream>
#include <sstream>
#include <vector>
#include <o2scl/err_hnd.h>
#include <gsl/gsl_vector.h>
Go to the source code of this file.
Definition in file uvector_cx_tlate.h.
Data Structures | |
class | uvector_cx_view_tlate< data_t, complex_t > |
A vector view of complex numbers with unit stride. More... | |
class | uvector_cx_tlate< data_t, complex_t > |
A vector of double-precision numbers with unit stride. More... | |
class | uvector_cx_array_tlate< data_t, complex_t > |
Create a vector from an array. More... | |
class | uvector_cx_subvector_tlate< data_t, complex_t > |
Create a vector from a subvector of another. More... | |
class | uvector_cx_const_array_tlate< data_t, complex_t > |
Create a vector from an array. More... | |
class | uvector_cx_const_subvector_tlate< data_t, complex_t > |
Create a vector from a subvector of another. More... | |
Typedefs | |
typedef uvector_cx_tlate < double, gsl_complex > | uvector_cx |
uvector_cx typedef | |
typedef uvector_cx_view_tlate < double, gsl_complex > | uvector_cx_view |
uvector_cx_view typedef | |
typedef uvector_cx_array_tlate < double, gsl_complex > | uvector_cx_array |
uvector_cx_array typedef | |
typedef uvector_cx_subvector_tlate < double, gsl_complex > | uvector_cx_subvector |
uvector_cx_subvector typedef | |
typedef uvector_cx_const_array_tlate < double, gsl_complex > | uvector_cx_const_array |
uvector_cx_const_array typedef | |
typedef uvector_cx_const_subvector_tlate < double, gsl_complex > | uvector_cx_const_subvector |
uvector_cx_const_subvector typedef | |
Functions | |
template<class data_t , class complex_t > | |
std::ostream & | operator<< (std::ostream &os, const uvector_cx_view_tlate< data_t, complex_t > &v) |
A operator for naive vector output. |
std::ostream& operator<< | ( | std::ostream & | os, |
const uvector_cx_view_tlate< data_t, complex_t > & | v | ||
) |
This outputs all of the vector elements. All of these are separated by one space character, though no trailing space or endl
is sent to the output.
Definition at line 640 of file uvector_cx_tlate.h.
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).