Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.mrao.cam.ac.uk/~bn204/devman/dust/transitionm_8cxx.html
Дата изменения: Fri Jul 11 10:32:08 2008 Дата индексирования: Tue Oct 2 11:47:02 2012 Кодировка: |
#include "transitionm.hxx"
#include <cmath>
#include <memory>
#include <unaryfn.hxx>
#include <integrate.hxx>
#include <phyconstants.hxx>
#include <gsl/gsl_math.h>
#include "../radfield/radfield.hxx"
#include "energybins.hxx"
#include "tmatrix.hxx"
#include "tupward.hxx"
#include <iostream>
Namespaces | |
namespace | Dust |
Classes | |
class | Dust::TUpwardI |
class | Dust::TUpwardLimContInt |
class | Dust::TUpwardLimInt |
class | Dust::TCDownInt |
Functions | |
double | Dust::TUpward (EBins *eb, unsigned u, unsigned l, UnaryDD &Cabs, RadField &rf) |
double | Dust::TUpwardLim (EBins *eb, unsigned l, UnaryDD &Cabs, RadField &rf) |
double | Dust::TCDown (EBins *eb, unsigned u, UnaryDD &Cabs) |
TMatrix * | Dust::CTMatrix (EBins *eb, UnaryDD &Cabs, RadField &rf, bool fast_upward) |
dust_tmatrix * | dust_ctmatrix (dust_EBins *ebins, dust_AbsXSec *xsec, dust_RF *rf) |
Calculate the transition matrix. |
dust_tmatrix* dust_ctmatrix | ( | dust_EBins * | ebins, | |
dust_AbsXSec * | xsec, | |||
dust_RF * | rf | |||
) |
Calculate the transition matrix.
Implemented in heatemm/transitionm.cxx
ebins | The energy bins of the grain | |
xsec | The absorption cross section of the grain | |
rf | The radiation field the grain is in |