40 #ifndef TF_COMPLEXIO_H_VERSION 42 #define TF_COMPLEXIO_H_VERSION \ 46 #include<tfxx/fortranio.h> 73 const std::complex<T>& value)
94 std::complex<T>& value)
99 value=std::complex<T>(rvalue, ivalue);
107 #endif // TF_COMPLEXIO_H_VERSION (includeguard) write FORTRAN binary data ,This class writes FORTRAN binary data. FORTRAN binary data is always writt...
tfxx::fortranio::FortranBinOutput & operator<<(tfxx::fortranio::FortranBinOutput &fo, const blitz::Array< T, N > &a)
Output operator template for class FortranBinOutput and blitz.
tfxx::fortranio::FortranBinInput & operator>>(tfxx::fortranio::FortranBinInput &fi, blitz::Array< T, N > &a)
Input operator template for class FortranBinInput and blitz.
void put(const T &value)
put a value to the output
Namespace containing all code of library libtfxx.