Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

table.h File Reference

#include "SIScmplx.h"
#include <string>

Go to the source code of this file.

Compounds

class  complex_matrix
class  real_matrix

Defines

#define DEFAULT_MATRIX_SIZE   16

Typedefs

typedef real_matrix real_table
typedef complex_matrix complex_table

Enumerations

enum  v_index_mode { Index_C, Index_1, Index_S }

Functions

ostream& operator<< (ostream &, const real_matrix &)
ostream& operator<< (ostream &, const complex_matrix &)


Define Documentation

#define DEFAULT_MATRIX_SIZE   16
 

Definition at line 666 of file table.h.


Typedef Documentation

typedef complex_matrix complex_table
 

Definition at line 1154 of file table.h.

typedef real_matrix real_table
 

Definition at line 1153 of file table.h.


Enumeration Type Documentation

enum v_index_mode
 

Enumeration values:
Index_C  
Index_1  
Index_S  

Definition at line 671 of file table.h.


Function Documentation

ostream & operator<< ( ostream & s,
const complex_matrix & A )
 

Definition at line 1060 of file table.cc.

ostream & operator<< ( ostream & s,
const real_matrix & A )
 

Definition at line 89 of file table.cc.


Please direct comments and corrections to supermix@submm.caltech.edu
Go to the supermix home page
Generated by doxygen1.2.7