#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 |
A matrix view of double-precision numbers. More... | |
class | omatrix_cx_tlate |
A matrix of double-precision numbers. More... | |
class | omatrix_cx_row_tlate |
Create a vector from a row of a matrix. More... | |
class | omatrix_cx_const_row_tlate |
Create a vector from a row of a matrix. More... | |
class | omatrix_cx_col_tlate |
Create a vector from a column of a matrix. More... | |
class | omatrix_cx_const_col_tlate |
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 and provided under the GNU Free Documentation License. See License Information for details.
Project hosting provided by
,
O2scl Sourceforge Project Page