ROOT  6.06/08
Reference Guide
Functions
ROOT::v5::TFastFun Namespace Reference

Functions

Double_t Pow2 (Double_t x)
 
Double_t Pow3 (Double_t x)
 
Double_t Pow4 (Double_t x)
 
Double_t Pow5 (Double_t x)
 
Double_t FPoln (Double_t *x, Double_t *param, Int_t npar)
 FPoln. More...
 
Double_t FPol0 (Double_t *, Double_t *param)
 
Double_t FPol1 (Double_t *x, Double_t *param)
 
Double_t FPol2 (Double_t *x, Double_t *param)
 
Double_t FPol3 (Double_t *x, Double_t *param)
 
Double_t FPol4 (Double_t *x, Double_t *param)
 
Double_t FPol5 (Double_t *x, Double_t *param)
 
Double_t FPol6 (Double_t *x, Double_t *param)
 
Double_t FPol7 (Double_t *x, Double_t *param)
 
Double_t FPol8 (Double_t *x, Double_t *param)
 
Double_t FPol9 (Double_t *x, Double_t *param)
 
Double_t FPol10 (Double_t *x, Double_t *param)
 
Double_t PlusXY (Double_t x, Double_t y)
 
Double_t MinusXY (Double_t x, Double_t y)
 
Double_t MultXY (Double_t x, Double_t y)
 
Double_t DivXY (Double_t x, Double_t y)
 
Double_t XpYpZ (Double_t x, Double_t y, Double_t z)
 
Double_t XxYxZ (Double_t x, Double_t y, Double_t z)
 
Double_t XxYpZ (Double_t x, Double_t y, Double_t z)
 
Double_t XpYxZ (Double_t x, Double_t y, Double_t z)
 
Double_t Gaus (Double_t x, Double_t mean, Double_t sigma)
 Gauss. More...
 
Double_t Gausn (Double_t x, Double_t mean, Double_t sigma)
 Normalize gauss. More...
 
Double_t Landau (Double_t x, Double_t mean, Double_t sigma)
 
Double_t Landaun (Double_t x, Double_t mean, Double_t sigma)
 
Double_t Sqrt (Double_t x)
 
Double_t Sign (Double_t x)
 
Double_t Nint (Double_t x)
 
Double_t Abs (Double_t x)
 
Double_t XandY (Double_t x, Double_t y)
 
Double_t XorY (Double_t x, Double_t y)
 
Double_t XgY (Double_t x, Double_t y)
 
Double_t XgeY (Double_t x, Double_t y)
 
Double_t XlY (Double_t x, Double_t y)
 
Double_t XleY (Double_t x, Double_t y)
 
Double_t XeY (Double_t x, Double_t y)
 
Double_t XneY (Double_t x, Double_t y)
 
Double_t XNot (Double_t x)
 

Function Documentation

§ Abs()

Double_t ROOT::v5::TFastFun::Abs ( Double_t  x)
inline

Definition at line 302 of file TFormulaPrimitive_v5.cxx.

§ DivXY()

Double_t ROOT::v5::TFastFun::DivXY ( Double_t  x,
Double_t  y 
)

§ FPol0()

Double_t ROOT::v5::TFastFun::FPol0 ( Double_t ,
Double_t param 
)

§ FPol1()

Double_t ROOT::v5::TFastFun::FPol1 ( Double_t x,
Double_t param 
)

§ FPol10()

Double_t ROOT::v5::TFastFun::FPol10 ( Double_t x,
Double_t param 
)

§ FPol2()

Double_t ROOT::v5::TFastFun::FPol2 ( Double_t x,
Double_t param 
)

§ FPol3()

Double_t ROOT::v5::TFastFun::FPol3 ( Double_t x,
Double_t param 
)

§ FPol4()

Double_t ROOT::v5::TFastFun::FPol4 ( Double_t x,
Double_t param 
)

§ FPol5()

Double_t ROOT::v5::TFastFun::FPol5 ( Double_t x,
Double_t param 
)

§ FPol6()

Double_t ROOT::v5::TFastFun::FPol6 ( Double_t x,
Double_t param 
)

§ FPol7()

Double_t ROOT::v5::TFastFun::FPol7 ( Double_t x,
Double_t param 
)

§ FPol8()

Double_t ROOT::v5::TFastFun::FPol8 ( Double_t x,
Double_t param 
)

§ FPol9()

Double_t ROOT::v5::TFastFun::FPol9 ( Double_t x,
Double_t param 
)

§ FPoln()

Double_t ROOT::v5::TFastFun::FPoln ( Double_t x,
Double_t param,
Int_t  npar 
)
inline

FPoln.

Definition at line 387 of file TFormulaPrimitive_v5.cxx.

Referenced by Pow5().

§ Gaus()

Double_t ROOT::v5::TFastFun::Gaus ( Double_t  x,
Double_t  mean,
Double_t  sigma 
)

§ Gausn()

Double_t ROOT::v5::TFastFun::Gausn ( Double_t  x,
Double_t  mean,
Double_t  sigma 
)

Normalize gauss.

Definition at line 412 of file TFormulaPrimitive_v5.cxx.

Referenced by ROOT::v5::TFormulaPrimitive::BuildBasicFormulas(), and XpYxZ().

§ Landau()

Double_t ROOT::v5::TFastFun::Landau ( Double_t  x,
Double_t  mean,
Double_t  sigma 
)

§ Landaun()

Double_t ROOT::v5::TFastFun::Landaun ( Double_t  x,
Double_t  mean,
Double_t  sigma 
)

§ MinusXY()

Double_t ROOT::v5::TFastFun::MinusXY ( Double_t  x,
Double_t  y 
)

§ MultXY()

Double_t ROOT::v5::TFastFun::MultXY ( Double_t  x,
Double_t  y 
)

§ Nint()

Double_t ROOT::v5::TFastFun::Nint ( Double_t  x)

Definition at line 301 of file TFormulaPrimitive_v5.cxx.

Referenced by TEveRGBAPalette::SetupColor().

§ PlusXY()

Double_t ROOT::v5::TFastFun::PlusXY ( Double_t  x,
Double_t  y 
)

§ Pow2()

Double_t ROOT::v5::TFastFun::Pow2 ( Double_t  x)

§ Pow3()

Double_t ROOT::v5::TFastFun::Pow3 ( Double_t  x)

§ Pow4()

Double_t ROOT::v5::TFastFun::Pow4 ( Double_t  x)

§ Pow5()

Double_t ROOT::v5::TFastFun::Pow5 ( Double_t  x)

§ Sign()

Double_t ROOT::v5::TFastFun::Sign ( Double_t  x)

Definition at line 300 of file TFormulaPrimitive_v5.cxx.

§ Sqrt()

Double_t ROOT::v5::TFastFun::Sqrt ( Double_t  x)
inline

Definition at line 298 of file TFormulaPrimitive_v5.cxx.

Referenced by TGLScenePad::AddHistoPhysical(), TVector3::Angle(), TRotation::AngleAxis(), TGeoBBox::AreOverlapping(), TMath::BesselI0(), TLorentzVector::Boost(), TCurlyLine::Build(), ROOT::v5::TFormulaPrimitive::BuildBasicFormulas(), TKDEFGT::BuildModel(), TMVA::DecisionTree::BuildTree(), TMVA::VariableTransformBase::CalcNorm(), TMVA::RuleEnsemble::CalcRuleSupport(), TMVA::BinarySearchTree::CalcStatistics(), TMVA::TransformationHandler::CalcStats(), TEveLine::CalculateLineLength(), TMVA::MethodPDEFoam::CalculateMVAError(), TGeoChecker::CheckBoundaryErrors(), TGeoChecker::CheckOverlapsBySampling(), TH1::Chi2TestX(), TMath::ChisquareQuantile(), TGLH2PolyPainter::ClampZ(), RooStats::HybridResult::CLbError(), RooStats::HybridResult::CLsError(), RooStats::HypoTestResult::CLsError(), RooStats::HybridResult::CLsplusbError(), Compare(), TGeoHype::ComputeBBox(), TEveBoxSet::ComputeBBox(), TGeoEltu::ComputeNormal(), TGeoTube::ComputeNormal(), TGeoTrd1::ComputeNormal(), TGeoTrd2::ComputeNormal(), TGeoSphere::ComputeNormal(), TGeoCone::ComputeNormal(), TGeoPara::ComputeNormal(), TGeoParaboloid::ComputeNormal(), TGeoTorus::ComputeNormal(), TGeoPcon::ComputeNormal(), TGeoArb8::ComputeNormal(), TGeoPgon::ComputeNormal(), TGeoHype::ComputeNormal(), TGeoTubeSeg::ComputeNormal(), TGeoConeSeg::ComputeNormal(), TGeoCtub::ComputeNormal(), TGeoCone::ComputeNormalS(), TGeoTubeSeg::ComputeNormalS(), TGeoConeSeg::ComputeNormalS(), TGeoHelix::ComputeSafeStep(), TLinearFitter::ComputeTValues(), TGeoSphere::Contains(), TGeoTorus::Contains(), THbookFile::ConvertProfile(), TRobustEstimator::Correl(), TRobustEstimator::Covar(), Rgl::CylindricalNormal(), Rgl::CylindricalNormalInv(), TGeoTorus::Daxis(), TGeoTorus::DDaxis(), TGeoTorus::DDDaxis(), TMVA::MethodMLP::DecaySynapseWeights(), TDecompChol::Decompose(), TDecompBK::Decompose(), DefHouseHolder(), TQpSolverBase::DefStart(), TVector3::DeltaR(), TLorentzVector::DeltaR(), TSpectrum2Fit::Deramp2(), TSpectrum2Fit::Derampx(), TSpectrum2Fit::Derbx(), TSpectrum2Fit::Derby(), TSpectrum2Fit::Deri01(), TSpectrum2Fit::Deri02(), TSpectrum2Fit::Derj02(), TSpectrum2Fit::Derpa2(), TSpectrum2Fit::Derpro(), TSpectrum2Fit::Derpsigmax(), TSpectrum2Fit::Derpsigmay(), TSpectrum2Fit::Dersigmax(), TSpectrum2Fit::Dersigmay(), TSpectrum2Fit::Dersx(), TSpectrum2Fit::Dersxy(), TSpectrum2Fit::Dersy(), TSpectrum2Fit::Dertx(), TSpectrum2Fit::Dertxy(), TSpectrum2Fit::Derty(), TDecompSVD::Diag_3(), TGLRect::Diagonal(), TEveProjectionAxesGL::DirectDraw(), TKDTree< Index, Value >::Distance(), TEveVectorT< Float_t >::Distance(), TEveVector2T< TT >::Distance(), TPoints3DABC::DistancetoLine(), TKDTree< Index, Value >::DistanceToNode(), TCrown::DistancetoPrimitive(), TCurlyArc::DistancetoPrimitive(), TPointsArray3D::DistancetoPrimitive(), TMarker::DistancetoPrimitive(), TPolyMarker3D::DistancetoPrimitive(), TPrimary::DistancetoPrimitive(), TEllipse::DistancetoPrimitive(), TGraphPolargram::DistancetoPrimitive(), TPie::DistancetoSlice(), TGeoEltu::DistFromInside(), TGeoSphere::DistFromInside(), TGeoArb8::DistFromInside(), TGeoCone::DistFromInsideS(), TGeoTubeSeg::DistFromInsideS(), TGeoConeSeg::DistFromInsideS(), TGeoEltu::DistFromOutside(), TGeoSphere::DistFromOutside(), TGeoPcon::DistFromOutside(), TGeoCtub::DistFromOutside(), TGeoTube::DistFromOutsideS(), TGeoCone::DistFromOutsideS(), TGeoTubeSeg::DistFromOutsideS(), TGeoConeSeg::DistFromOutsideS(), TGeoCone::DistToCone(), TGeoConeSeg::DistToCons(), TGeoHype::DistToHype(), TGeoParaboloid::DistToParaboloid(), TGeoArb8::DistToPlane(), TGeoSphere::DistToSphere(), TGeoTube::DistToTube(), TPad::DivideSquare(), TGeoHypeEditor::DoDz(), TH1::DoIntegral(), TH3::DoProject1D(), TH3::DoProject2D(), TH2::DoProjection(), TH2::DoQuantiles(), TGeoHypeEditor::DoRin(), TGeoHypeEditor::DoRout(), TGeoHypeEditor::DoStIn(), TGeoHypeEditor::DoStOut(), TUnfold::DoUnfold(), TEveCaloLegoGL::DrawAxis2D(), TEveCaloLegoGL::DrawAxis3D(), TGLAxisPainterBox::DrawAxis3D(), TGLPadPainter::DrawGradient(), TProofBenchRunCPU::DrawPerfPlots(), TProofBenchRunDataRead::DrawPerfProfiles(), TGLPolyMarker::DrawStars(), TSpectrumTransform::Enhance(), ErrorBand(), TMVA::RuleFitParams::ErrorRateRoc(), TLinearFitter::Eval(), TTreeFormula::EvalInstance(), TRolke::EvalLikeMod3(), TRolke::EvalLikeMod5(), TRolke::EvalLikeMod7(), ROOT::v5::TFormula::EvalParOld(), RooStats::HistFactory::RooBarlowBeestonLL::evaluate(), TRobustEstimator::EvaluateUni(), TText::ExecuteEvent(), TFumili::ExecuteSetCommand(), TUnfoldBinning::ExtractHistogram(), RooFitResult::fillCorrMatrix(), TSpectrumTransform::FilterZonal(), TMVA::PDEFoamDiscriminant::Finalize(), TMVA::PDEFoamTarget::Finalize(), TGraphDelaunay::FindAllTriangles(), TGeoPatternParaX::FindNode(), TGeoPatternParaY::FindNode(), TGeoPatternCylR::FindNode(), TView3D::FindScope(), Roo2DMomentMorphFunction::findSquare(), TSpectrumFit::FitAwmi(), TSpectrum2Fit::FitAwmi(), TSpectrumFit::FitStiefel(), TSpectrum2Fit::FitStiefel(), TMVA::RuleFit::ForestStatistics(), TSpectrum2Transform::FourCos2(), TSpectrum2Transform::Fourier(), TSpectrumTransform::Fourier(), TMVA::LDA::FSub(), TLorentzVector::Gamma(), TMLPAnalyzer::GatherInformations(), TSpectrum2Transform::General2(), TSpectrumTransform::GeneralExe(), TSpectrum2Transform::GeneralExe(), TSpectrumTransform::GeneralInv(), TSpectrum2Transform::GeneralInv(), TGenPhaseSpace::Generate(), RooGamma::generateEvent(), TMVA::SimulatedAnnealing::GenerateNewTemperature(), TH1::GetAsymmetry(), TGeoHype::GetAxisRange(), TUnfoldSys::GetBackground(), TAxis::GetBinCenterLog(), TH1K::GetBinError(), TProfileHelper::GetBinError(), TH2Poly::GetBinError(), THnBase::GetBinError(), TH1::GetBinError(), TGeoHype::GetBoundingCylinder(), TFitter::GetConfidenceIntervals(), TLinearFitter::GetConfidenceIntervals(), RooStats::HistFactory::HistFactoryNavigation::GetConstraintUncertainty(), TMVA::Tools::GetCorrelationMatrix(), TView3D::GetDistancetoAxis(), TMVA::MethodCuts::GetEfficiency(), TMVA::MethodBase::GetEfficiency(), TMVA::ROCCalc::GetEffSForEffBof(), TLinearFitter::GetErrors(), TGraphAsymmErrors::GetErrorX(), TGraphBentErrors::GetErrorX(), TGraphAsymmErrors::GetErrorY(), TGraphBentErrors::GetErrorY(), TView3D::GetExtent(), TMVA::MethodFisher::GetFisherCoeff(), TMVA::DecisionTree::GetFisherCoefficients(), TUnfold::GetFoldedOutput(), TEveCaloLegoGL::GetGridStep(), TUnfold::GetInput(), TH1::GetKurtosis(), TH1::GetMean(), TStatistic::GetMeanErr(), TMVA::MethodKNN::GetMvaValue(), TMVA::ExpectedErrorPruneTool::GetNodeError(), TMVA::MethodPDERS::GetNormalizedDistance(), TUnfold::GetOutput(), TLinearFitter::GetParError(), TGeoPgon::GetPhiCrossList(), TGeoXtru::GetPlaneNormal(), TGeoArb8::GetPlaneNormal(), TGeoTube::GetPointsOnSegments(), TGeoCone::GetPointsOnSegments(), TGeoTubeSeg::GetPointsOnSegments(), TGeoConeSeg::GetPointsOnSegments(), TF1::GetQuantiles(), TF1::GetRandom(), TMVA::DecisionTree::GetRandomisedVariables(), TUnfold::GetRhoI(), TUnfold::GetRhoIFromMatrix(), TUnfold::GetRhoIJ(), TUnfoldDensity::GetRhoIJtotal(), TStatistic::GetRMS(), TGraph::GetRMS(), TEveTrans::GetScale(), TMVA::SdivSqrtSplusB::GetSeparationIndex(), TGeoMCGeometry::GetShape(), ROOT::Math::GoFTest::GetSigmaN(), TMVA::ROCCalc::GetSignificance(), TH1::GetSkewness(), TMVA::Tools::GetSQRootMatrix(), TH1::GetStdDev(), TEveTrackPropagator::Helix_t::GetStep(), TUnfold::GetTau(), TPrimary::GetTitle(), TSVDUnfold::GetUnfoldCovMatrix(), TMVA::MethodBDT::GetVariableImportance(), TGeoTrd1::GetVisibleCorner(), TGeoTrd2::GetVisibleCorner(), TRotation::GetXPhi(), TRotation::GetXPsi(), TGDMLWrite::GetXYZangles(), TPainter3dAlgorithms::GouraudFunction(), GraphFitChisquareFumili(), H1InitGaus(), TSpectrumTransform::Haar(), TSpectrum2Transform::Haar(), TProof::HandleSubmerger(), TH2Poly::Honeycomb(), TGraphDelaunay::InHull(), TMVA::MethodBDT::Init(), TGeoHelix::InitDirection(), TMultiGraph::InitGaus(), TGraph::InitGaus(), TPostScript::Initialize(), TGLUtil::InitializeIfNeeded(), TGraphDelaunay::Interpolate(), TUnfold::InvertMSparseSymmPos(), TGeoSphere::IsOnBoundary(), TGeoPatternCylR::IsOnBoundary(), TGeoSphere::IsPointInside(), TGeoNavigator::IsSafeStep(), TGeoNavigator::IsSameLocation(), ROOT::Math::GoFTest::KolmogorovSmirnovTest(), TH2::KolmogorovTest(), TH3::KolmogorovTest(), TMath::KolmogorovTest(), TH1::KolmogorovTest(), TPainter3dAlgorithms::LightSource(), TCreatePrimitives::Line(), TEveTrackPropagator::LineToBounds(), TGeoScale::LocalToMaster(), TGraphSmooth::Lowest(), TPainter3dAlgorithms::Luminosity(), TEveVectorT< Float_t >::Mag(), TVector3::Mag(), TLorentzVector::Mag(), TEveVector2T< TT >::Mag(), TMultiDimFit::MakeCoefficientErrors(), TMultiDimFit::MakeCoefficients(), TMultiDimFit::MakeCorrelation(), TMultiDimFit::MakeGramSchmidt(), MakeHaarMat(), TMatrixDEigen::MakeHessenBerg(), TPrincipal::MakeHistograms(), TMVA::RuleEnsemble::MakeLinearTerms(), TPrincipal::MakeNormalised(), TMultiDimFit::MakeParameterization(), TMVA::RuleEnsemble::MakeRules(), TMatrixDEigen::MakeSchurr(), TMatrixDSymEigen::MakeTridiagonal(), TArcBall::MapToSphere(), TPainter3dAlgorithms::MarchingCubeSurfacePenetration(), TProof::MarkBad(), TGeoScale::MasterToLocal(), Matrix4fSVD(), TFumili::Minimize(), TMinuit::mncros(), TMinuit::mnderi(), TMinuit::mneig(), TMinuit::mnerrs(), TMinuit::mnhes1(), TMinuit::mnhess(), TMinuit::mninit(), TMinuit::mnmatu(), TMinuit::mnmnot(), TMinuit::mnparm(), TMinuit::mnpsdf(), TMinuit::mnset(), TMinuit::mnvert(), TMinuit::mnwerr(), TVector2::Mod(), TView3D::MoveFocus(), TLorentzVector::Mt(), THnBase::Multiply(), TPDF::NewPage(), TQuaternion::Norm(), TEveTrans::Norm3Column(), TGeoMatrix::Normalize(), TMath::Normalize(), TMatrixTBase< Element >::NormByDiag(), TMath::NormQuantile(), RootCsg::operator/(), RootCsg::operator==(), TParticle::P(), THStack::Paint(), TPrimary::Paint(), TArrow::PaintArrow(), THistPainter::PaintArrows(), TGaxis::PaintAxis(), TGLAxisPainter::PaintAxis(), THistPainter::PaintBoxes(), TGLAxis::PaintGLAxis(), TMultiGraph::PaintPads(), TGenPhaseSpace::PDK(), TEveVectorT< Float_t >::Perp(), TVector3::Perp(), pirndm(), TMVA::TransformationHandler::PlotVariables(), TPolyLineShape::PointDistancetoPrimitive(), TRandom::Poisson(), ROOT::Math::RandomFunctionsImpl< TRandomEngine >::Poisson(), TRandom::PoissonD(), ROOT::Math::RandomFunctionsImpl< TRandomEngine >::PoissonD(), TUnfoldSys::PrepareSysError(), TLinearFitter::PrintResults(), TRolke::ProfLikeMod1(), THistPainter::ProjectAitoff2xy(), THnBase::ProjectionAny(), TEveRhoZProjection::ProjectPoint(), TEveRPhiProjection::ProjectPoint(), TParticle::Pt(), TMath::QeUncertainty(), TParticle::R(), TMatrixTSparse< Double_t >::RandomizePD(), TRandom::Rannor(), ROOT::Math::RandomFunctionsImpl< TRandomEngine >::Rannor(), TGeoPainter::Raytrace(), TH1::Rebin(), TH3::Rebin3D(), TEveLine::ReduceSegmentLengths(), TGLCameraOverlay::RenderAxis(), TEveBoxSetGL::RenderBoxes(), TEveQuadSetGL::RenderHexagons(), TGLCameraOverlay::RenderPlaneIntersect(), TGX11::RequestLocator(), TGWin32::RequestLocator(), TGLOrthoCamera::Reset(), TComplex::Rho(), TParticle::Rho(), TMVA::RuleFitParams::RiskPerfTst(), TMVA::Tools::RMS(), TMath::RMS(), RooTMathReg::RooTMathReg(), TMath::RootsCubic(), TVector3::RotateUz(), TMVA::RuleEnsemble::RuleStatistics(), TGeoEltu::Safety(), TGeoPolygon::Safety(), TGeoTrd1::Safety(), TGeoTrd2::Safety(), TGeoParaboloid::Safety(), TGeoTube::Safety(), TGeoPara::Safety(), TGeoTorus::Safety(), TGeoSphere::Safety(), TGeoCone::Safety(), TGeoArb8::Safety(), TGeoPcon::Safety(), TGeoTubeSeg::Safety(), TGeoTrap::Safety(), TGeoCtub::Safety(), TGeoShape::SafetyPhi(), TGeoTube::SafetyS(), TGeoCone::SafetyS(), TGeoTubeSeg::SafetyS(), TGeoShape::SafetySeg(), TGeoHype::SafetyToHype(), TGeoPgon::SafetyToSegment(), TGeoOverlap::SampleOverlap(), TGeoChecker::SamplePoints(), TProfile::SavePrimitive(), TProfile3D::SavePrimitive(), TProfile2D::SavePrimitive(), TStructViewerGUI::Scale(), TUnfold::ScanLcurve(), TUnfoldDensity::ScanTau(), TSpectrum3::SearchFast(), TSpectrum3::SearchHighRes(), TSpectrum2::SearchHighRes(), TSpectrum::SearchHighRes(), TMVA::RuleEnsemble::SetAverageRuleSigma(), THelix::SetAxis(), TLorentzRotation::SetBoost(), TEveRhoZProjection::SetCenter(), TGX11::SetCharacterUp(), TGWin32::SetCharacterUp(), TRolke::SetCLSigmas(), TGeoHalfSpace::SetDimensions(), TGeoHelix::SetField(), THelix::SetHelix(), TLine::SetHorizontal(), TMVA::KDEKernel::SetKernelType(), ROOT::Math::GoFTest::SetParameters(), TParticle::SetPdgCode(), TSPHE::SetPoints(), TGeoEltu::SetPoints(), TGeoParaboloid::SetPoints(), TGeoHype::SetPoints(), TParticle::SetPolarisation(), TEveTrans::SetScale(), TEveTrans::SetScaleX(), TEveTrans::SetScaleY(), TEveTrans::SetScaleZ(), TMVA::Rule::SetSupport(), TLine::SetVertical(), TLorentzVector::SetXYZM(), TSpectrum2Fit::Shape2(), TGeoChecker::ShapeDistances(), TShape::ShapeDistancetoPrimitive(), TGeoPainter::ShapeDistancetoPrimitive(), TGeoChecker::ShapeNormal(), TPrimary::Sizeof3D(), TGraphPainter::Smooth(), TMVA::PDF::SmoothHistogram(), TSpectrum3::SmoothMarkov(), TSpectrum2::SmoothMarkov(), TSpectrum::SmoothMarkov(), TGeoTorus::SolveCubic(), TGeoTorus::SolveQuartic(), TRandom::Sphere(), ROOT::Math::RandomFunctionsImpl< TRandomEngine >::Sphere(), Rgl::SphericalNormal(), Rgl::SphericalNormalInv(), TComplex::Sqrt(), TVectorT< Double_t >::Sqrt(), TMatrixTBase< Element >::Sqrt(), TMVA::MethodBase::Statistics(), TGeoHelix::Step(), TEveTrackPropagator::StepRungeKutta(), TQpSolverBase::SteveStart(), TMath::StruveL0(), TMath::StruveL1(), TMath::Student(), TMath::StudentQuantile(), TSelHist::Terminate(), TMultiDimFit::TestFunction(), TestNeighbors(), TestRange(), TMVA::MethodBase::TestRegression(), ROOT::v5::TMath_GenerInterface(), TGeoTorus::ToBoundary(), TMultiLayerPerceptron::Train(), TMVA::DecisionTree::TrainNodeFast(), TMVA::DecisionTree::TrainNodeFull(), TSpectrumTransform::Transform(), TH1::TransformHisto(), TCL::trchlu(), TCL::trchul(), TSVDUnfold::Unfold(), TVector3::Unit(), TEveTrackPropagator::Update(), TGeoHelix::UpdateHelix(), TEveTrackPropagator::Helix_t::UpdateHelix(), TMath::VavilovSet(), Vector3dLength(), TSpectrum2Fit::Volume(), TSpectrumTransform::Walsh(), TSpectrum2Transform::Walsh(), TGeoChecker::Weight(), TMVA::PDEFoamKernelGauss::WeightGaus(), and TPainter3dAlgorithms::ZDepth().

§ XandY()

Double_t ROOT::v5::TFastFun::XandY ( Double_t  x,
Double_t  y 
)

§ XeY()

Double_t ROOT::v5::TFastFun::XeY ( Double_t  x,
Double_t  y 
)

§ XgeY()

Double_t ROOT::v5::TFastFun::XgeY ( Double_t  x,
Double_t  y 
)

§ XgY()

Double_t ROOT::v5::TFastFun::XgY ( Double_t  x,
Double_t  y 
)

§ XleY()

Double_t ROOT::v5::TFastFun::XleY ( Double_t  x,
Double_t  y 
)

§ XlY()

Double_t ROOT::v5::TFastFun::XlY ( Double_t  x,
Double_t  y 
)

§ XneY()

Double_t ROOT::v5::TFastFun::XneY ( Double_t  x,
Double_t  y 
)

§ XNot()

Double_t ROOT::v5::TFastFun::XNot ( Double_t  x)

§ XorY()

Double_t ROOT::v5::TFastFun::XorY ( Double_t  x,
Double_t  y 
)

§ XpYpZ()

Double_t ROOT::v5::TFastFun::XpYpZ ( Double_t  x,
Double_t  y,
Double_t  z 
)

§ XpYxZ()

Double_t ROOT::v5::TFastFun::XpYxZ ( Double_t  x,
Double_t  y,
Double_t  z 
)

§ XxYpZ()

Double_t ROOT::v5::TFastFun::XxYpZ ( Double_t  x,
Double_t  y,
Double_t  z 
)

§ XxYxZ()

Double_t ROOT::v5::TFastFun::XxYxZ ( Double_t  x,
Double_t  y,
Double_t  z 
)