tsaTypes

Define the tsa types.

Copyright (C) 2004 by Giancarlo Cella giancarlo.cella@pi.infn.it

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

Author

Giancarlo Cella giancarlo.cella@pi.infn.it

Date

Sat Nov 13 17:21:06 2004

namespace tsa

The main namespace of the library.

tsa namespace

namespace

tsa namespace

Tag() is a small XML-tag-name formatting helper, kept (and still bound to Python, see pytsa.cpp) even though its original caller — the DVECTOR_XML_SERIALIZE/DMATRIX_XML_SERIALIZE/BOOL_XML_SERIALIZE macros this file used to also define, wrapping the now-removed eternity XML persistence framework — is gone (see CerealPersistence.hpp for the modern replacement, plain Cereal serialize() members, no string tags needed).

Typedefs

typedef std::complex<double> Cdouble
typedef boost::numeric::ublas::matrix<int> Imatrix
typedef boost::numeric::ublas::matrix<unsigned int> UImatrix
typedef boost::numeric::ublas::matrix<double> Dmatrix
typedef boost::numeric::ublas::matrix<std::complex<double>> Cmatrix
typedef boost::numeric::ublas::vector<int> Ivector
typedef boost::numeric::ublas::vector<unsigned int> UIvector
typedef boost::numeric::ublas::vector<double> Dvector
typedef boost::numeric::ublas::vector<long double> LDvector
typedef boost::numeric::ublas::vector<std::complex<double>> Cvector
typedef std::vector<Cmatrix> VCmatrix
typedef std::vector<Dmatrix> VDmatrix
typedef std::vector<double> STDvector
typedef boost::numeric::ublas::matrix_row<Dmatrix> DmatrixRow
typedef boost::numeric::ublas::matrix_column<Dmatrix> DmatrixCol
typedef boost::numeric::ublas::matrix_row<Cmatrix> CmatrixRow
typedef boost::numeric::ublas::matrix_column<Cmatrix> CmatrixCol