CHROMA
Functions | Variables
Octave Namespace Reference

Functions

std::string tag (const std::string &prefix)
 
void PrintClear (const std::string &fname)
 
void PrintOut (const multi2d< DComplex > &H, const int &N, const std::string &tag, const std::string &fname)
 
void PrintOut (const multi1d< DComplex > &H, const int &N, const std::string &tag, const std::string &fname)
 

Variables

int count
 

Function Documentation

◆ PrintClear()

void Octave::PrintClear ( const std::string &  fname)

Definition at line 22 of file octave.h.

References count.

◆ PrintOut() [1/2]

void Octave::PrintOut ( const multi1d< DComplex > &  H,
const int &  N,
const std::string &  tag,
const std::string &  fname 
)

Definition at line 46 of file octave.h.

References i, and tag().

◆ PrintOut() [2/2]

void Octave::PrintOut ( const multi2d< DComplex > &  H,
const int &  N,
const std::string &  tag,
const std::string &  fname 
)

Definition at line 30 of file octave.h.

References i, j, and tag().

◆ tag()

std::string Octave::tag ( const std::string &  prefix)

Variable Documentation

◆ count

int Octave::count