![]() |
Object-oriented Scientific Computing Library: Version 0.910
|
File for definitions of complex matrices. More...
#include <iostream>
#include <cstdlib>
#include <string>
#include <fstream>
#include <sstream>
#include <o2scl/err_hnd.h>
#include <gsl/gsl_matrix.h>
#include <gsl/gsl_complex.h>
#include <o2scl/ovector_tlate.h>
#include <o2scl/ovector_cx_tlate.h>
Go to the source code of this file.
Definition in file omatrix_cx_tlate.h.
Data Structures | |
class | omatrix_cx_view_tlate< data_t, parent_t, block_t, complex_t > |
A matrix view of double-precision numbers. More... | |
class | omatrix_cx_tlate< data_t, parent_t, block_t, complex_t > |
A matrix of double-precision numbers. More... | |
class | omatrix_cx_row_tlate< data_t, mparent_t, vparent_t, block_t, complex_t > |
Create a vector from a row of a matrix. More... | |
class | omatrix_cx_const_row_tlate< data_t, mparent_t, vparent_t, block_t, complex_t > |
Create a vector from a row of a matrix. More... | |
class | omatrix_cx_col_tlate< data_t, mparent_t, vparent_t, block_t, complex_t > |
Create a vector from a column of a matrix. More... | |
class | omatrix_cx_const_col_tlate< data_t, mparent_t, vparent_t, block_t, complex_t > |
Create a vector from a column of a matrix. More... | |
Typedefs | |
typedef omatrix_cx_tlate < double, gsl_matrix_complex, gsl_block_complex, gsl_complex > | omatrix_cx |
omatrix_cx typedef | |
typedef omatrix_cx_view_tlate < double, gsl_matrix_complex, gsl_block_complex, gsl_complex > | omatrix_cx_view |
omatrix_cx_view typedef | |
typedef omatrix_cx_row_tlate < double, gsl_matrix_complex, gsl_vector_complex, gsl_block_complex, gsl_complex > | omatrix_cx_row |
omatrix_cx_row typedef | |
typedef omatrix_cx_col_tlate < double, gsl_matrix_complex, gsl_vector_complex, gsl_block_complex, gsl_complex > | omatrix_cx_col |
omatrix_cx_col typedef | |
typedef omatrix_cx_const_row_tlate < double, gsl_matrix_complex, gsl_vector_complex, gsl_block_complex, gsl_complex > | omatrix_cx_const_row |
omatrix_cx_const_row typedef | |
typedef omatrix_cx_const_col_tlate < double, gsl_matrix_complex, gsl_vector_complex, gsl_block_complex, gsl_complex > | omatrix_cx_const_col |
omatrix_cx_const_col typedef |
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).