Defines | Typedefs | Functions

lo-specfun.cc File Reference

#include "Range.h"
#include "CColVector.h"
#include "CMatrix.h"
#include "dRowVector.h"
#include "dMatrix.h"
#include "dNDArray.h"
#include "CNDArray.h"
#include "fCColVector.h"
#include "fCMatrix.h"
#include "fRowVector.h"
#include "fMatrix.h"
#include "fNDArray.h"
#include "fCNDArray.h"
#include "f77-fcn.h"
#include "lo-error.h"
#include "lo-ieee.h"
#include "lo-specfun.h"
#include "mx-inlines.cc"
#include "lo-mappers.h"
Include dependency graph for lo-specfun.cc:

Go to the source code of this file.

Defines

#define ALL_BESSEL(name, fcn)
#define ALL_BESSEL(name, fcn)
#define M_PI   3.14159265358979323846
#define MM_BESSEL(name, fcn)
#define MM_BESSEL(name, fcn)
#define MS_BESSEL(name, fcn)
#define MS_BESSEL(name, fcn)
#define NN_BESSEL(name, fcn)
#define NN_BESSEL(name, fcn)
#define NS_BESSEL(name, fcn)
#define NS_BESSEL(name, fcn)
#define RC_BESSEL(name, fcn)
#define RC_BESSEL(name, fcn)
#define SM_BESSEL(name, fcn)
#define SM_BESSEL(name, fcn)
#define SN_BESSEL(name, fcn)
#define SN_BESSEL(name, fcn)
#define SS_BESSEL(name, fcn)
#define SS_BESSEL(name, fcn)

Typedefs

typedef Complex(* dptr )(const Complex &, double, int, octave_idx_type &)
typedef FloatComplex(* fptr )(const FloatComplex &, float, int, octave_idx_type &)

Functions

F77_RET_T const double const
double const octave_idx_type
const octave_idx_type double
double octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type double double
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type FloatComplex
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const double const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type float float
octave_idx_type
octave_idx_type &F77_RET_T
const double const
octave_idx_type const
octave_idx_type double double
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type float float
octave_idx_type &F77_RET_T
double &F77_RET_T float
&F77_RET_T double &F77_RET_T
float &F77_RET_T double
&F77_RET_T float &F77_RET_T
double &F77_RET_T float
&F77_RET_T double &F77_RET_T
float &F77_RET_T const double
const double double &F77_RET_T
const float const float float
&F77_RET_T double &F77_RET_T
float &F77_RET_T const double
double &F77_RET_T const float
float &F77_RET_T double double
&F77_RET_T float float &double 
acosh (double x)
float acoshf (float x)
Complex airy (const Complex &z, bool deriv, bool scaled, octave_idx_type &ierr)
ComplexMatrix airy (const ComplexMatrix &z, bool deriv, bool scaled, Array< octave_idx_type > &ierr)
ComplexNDArray airy (const ComplexNDArray &z, bool deriv, bool scaled, Array< octave_idx_type > &ierr)
FloatComplexMatrix airy (const FloatComplexMatrix &z, bool deriv, bool scaled, Array< octave_idx_type > &ierr)
FloatComplexNDArray airy (const FloatComplexNDArray &z, bool deriv, bool scaled, Array< octave_idx_type > &ierr)
double asinh (double x)
float asinhf (float x)
double atanh (double x)
float atanhf (float x)
static Complex bessel_return_value (const Complex &val, octave_idx_type ierr)
FloatNDArray betainc (const FloatNDArray &x, const FloatNDArray &a, float b)
FloatNDArray betainc (const FloatNDArray &x, const FloatNDArray &a, const FloatNDArray &b)
double betainc (double x, double a, double b)
Matrix betainc (double x, double a, const Matrix &b)
Matrix betainc (double x, const Matrix &a, double b)
Matrix betainc (double x, const Matrix &a, const Matrix &b)
NDArray betainc (double x, double a, const NDArray &b)
NDArray betainc (double x, const NDArray &a, double b)
NDArray betainc (double x, const NDArray &a, const NDArray &b)
Matrix betainc (const Matrix &x, double a, double b)
Matrix betainc (const Matrix &x, double a, const Matrix &b)
Matrix betainc (const Matrix &x, const Matrix &a, double b)
Matrix betainc (const Matrix &x, const Matrix &a, const Matrix &b)
NDArray betainc (const NDArray &x, double a, double b)
FloatNDArray betainc (const FloatNDArray &x, float a, const FloatNDArray &b)
NDArray betainc (const NDArray &x, double a, const NDArray &b)
NDArray betainc (const NDArray &x, const NDArray &a, double b)
NDArray betainc (const NDArray &x, const NDArray &a, const NDArray &b)
FloatMatrix betainc (const FloatMatrix &x, float a, const FloatMatrix &b)
float betainc (float x, float a, float b)
FloatMatrix betainc (float x, float a, const FloatMatrix &b)
FloatMatrix betainc (float x, const FloatMatrix &a, float b)
FloatMatrix betainc (float x, const FloatMatrix &a, const FloatMatrix &b)
FloatNDArray betainc (float x, float a, const FloatNDArray &b)
FloatNDArray betainc (float x, const FloatNDArray &a, float b)
FloatNDArray betainc (float x, const FloatNDArray &a, const FloatNDArray &b)
FloatMatrix betainc (const FloatMatrix &x, float a, float b)
FloatMatrix betainc (const FloatMatrix &x, const FloatMatrix &a, float b)
FloatMatrix betainc (const FloatMatrix &x, const FloatMatrix &a, const FloatMatrix &b)
FloatNDArray betainc (const FloatNDArray &x, float a, float b)
Complex biry (const Complex &z, bool deriv, bool scaled, octave_idx_type &ierr)
ComplexMatrix biry (const ComplexMatrix &z, bool deriv, bool scaled, Array< octave_idx_type > &ierr)
ComplexNDArray biry (const ComplexNDArray &z, bool deriv, bool scaled, Array< octave_idx_type > &ierr)
FloatComplexMatrix biry (const FloatComplexMatrix &z, bool deriv, bool scaled, Array< octave_idx_type > &ierr)
FloatComplexNDArray biry (const FloatComplexNDArray &z, bool deriv, bool scaled, Array< octave_idx_type > &ierr)
static FloatComplex cbesh1 (const FloatComplex &z, float alpha, int kode, octave_idx_type &ierr)
static FloatComplex cbesh2 (const FloatComplex &z, float alpha, int kode, octave_idx_type &ierr)
static FloatComplex cbesi (const FloatComplex &z, float alpha, int kode, octave_idx_type &ierr)
static FloatComplex cbesj (const FloatComplex &z, float alpha, int kode, octave_idx_type &ierr)
static FloatComplex cbesk (const FloatComplex &z, float alpha, int kode, octave_idx_type &ierr)
static FloatComplex cbesy (const FloatComplex &z, float alpha, int kode, octave_idx_type &ierr)
double cbrt (double x)
float cbrtf (float x)
static Complex do_bessel (dptr f, const char *, double alpha, const Complex &x, bool scaled, octave_idx_type &ierr)
static ComplexMatrix do_bessel (dptr f, const char *, double alpha, const ComplexMatrix &x, bool scaled, Array< octave_idx_type > &ierr)
static ComplexMatrix do_bessel (dptr f, const char *, const Matrix &alpha, const Complex &x, bool scaled, Array< octave_idx_type > &ierr)
static ComplexMatrix do_bessel (dptr f, const char *fn, const Matrix &alpha, const ComplexMatrix &x, bool scaled, Array< octave_idx_type > &ierr)
static ComplexNDArray do_bessel (dptr f, const char *, double alpha, const ComplexNDArray &x, bool scaled, Array< octave_idx_type > &ierr)
static ComplexNDArray do_bessel (dptr f, const char *, const NDArray &alpha, const Complex &x, bool scaled, Array< octave_idx_type > &ierr)
static ComplexNDArray do_bessel (dptr f, const char *fn, const NDArray &alpha, const ComplexNDArray &x, bool scaled, Array< octave_idx_type > &ierr)
static ComplexMatrix do_bessel (dptr f, const char *, const RowVector &alpha, const ComplexColumnVector &x, bool scaled, Array< octave_idx_type > &ierr)
static FloatComplexMatrix do_bessel (fptr f, const char *, float alpha, const FloatComplexMatrix &x, bool scaled, Array< octave_idx_type > &ierr)
static FloatComplexMatrix do_bessel (fptr f, const char *, const FloatMatrix &alpha, const FloatComplex &x, bool scaled, Array< octave_idx_type > &ierr)
static FloatComplexMatrix do_bessel (fptr f, const char *fn, const FloatMatrix &alpha, const FloatComplexMatrix &x, bool scaled, Array< octave_idx_type > &ierr)
static FloatComplexNDArray do_bessel (fptr f, const char *, float alpha, const FloatComplexNDArray &x, bool scaled, Array< octave_idx_type > &ierr)
static FloatComplexNDArray do_bessel (fptr f, const char *, const FloatNDArray &alpha, const FloatComplex &x, bool scaled, Array< octave_idx_type > &ierr)
static FloatComplexNDArray do_bessel (fptr f, const char *fn, const FloatNDArray &alpha, const FloatComplexNDArray &x, bool scaled, Array< octave_idx_type > &ierr)
static FloatComplexMatrix do_bessel (fptr f, const char *, const FloatRowVector &alpha, const FloatComplexColumnVector &x, bool scaled, Array< octave_idx_type > &ierr)
static FloatComplex do_bessel (fptr f, const char *, float alpha, const FloatComplex &x, bool scaled, octave_idx_type &ierr)
static double do_erfinv (double x, bool refine)
double erf (double x)
static float erfc (float x)
double erfc (double x)
float erfcf (float x)
float erfcx (float x)
double erfcx (double x)
template<class T >
static T erfcx_impl (T x)
float erff (float x)
float erfinv (float x)
double erfinv (double x)
double expm1 (double x)
Complex expm1 (const Complex &x)
float expm1f (float x)
F77_RET_T const double const
double const octave_idx_type
const octave_idx_type double
double octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type double double
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type FloatComplex
octave_idx_type &F77_RET_T 
F77_FUNC (cbesi, CBESI)(const FloatComplex &
F77_RET_T const double const
double const octave_idx_type
const octave_idx_type double
double octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type double double
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type FloatComplex
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const double const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type float float
octave_idx_type
octave_idx_type &F77_RET_T
const double const
octave_idx_type const
octave_idx_type double double
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type float float
octave_idx_type &F77_RET_T
double &F77_RET_T float
&F77_RET_T double &F77_RET_T
float &F77_RET_T double
&F77_RET_T float &F77_RET_T
double &F77_RET_T float
&F77_RET_T double &F77_RET_T
float &F77_RET_T const double
const double double &F77_RET_T
const float const float float
&F77_RET_T double &F77_RET_T
float &F77_RET_T const double
double &F77_RET_T const float
float &F77_RET_T double double
&F77_RET_T 
F77_FUNC (algams, ALGAMS)(const float &
F77_RET_T const double const
double const octave_idx_type
const octave_idx_type double
double octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type double double
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type FloatComplex
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const double const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type float float
octave_idx_type
octave_idx_type &F77_RET_T
const double const
octave_idx_type const
octave_idx_type double double
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type float float
octave_idx_type &F77_RET_T
double &F77_RET_T 
F77_FUNC (xacosh, XACOSH)(const float &
F77_RET_T F77_FUNC (zbesj, ZBESJ)(const double &
F77_RET_T const double const
double const octave_idx_type
const octave_idx_type double
double octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type double double
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type FloatComplex
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const double const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type float float
octave_idx_type
octave_idx_type &F77_RET_T
const double const
octave_idx_type const
octave_idx_type double double
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type float float
octave_idx_type &F77_RET_T
double &F77_RET_T float
&F77_RET_T 
F77_FUNC (xdasinh, XDASINH)(const double &
F77_RET_T const double const
double const octave_idx_type
const octave_idx_type double
double octave_idx_type
octave_idx_type &F77_RET_T 
F77_FUNC (zbesy, ZBESY)(const double &
F77_RET_T const double const
double const octave_idx_type
const octave_idx_type double
double octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type double double
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T 
F77_FUNC (zbesk, ZBESK)(const double &
F77_RET_T const double const
double const octave_idx_type
const octave_idx_type double
double octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type double double
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type FloatComplex
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const double const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type float float
octave_idx_type
octave_idx_type &F77_RET_T
const double const
octave_idx_type const
octave_idx_type double double
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type float float
octave_idx_type &F77_RET_T
double &F77_RET_T float
&F77_RET_T double &F77_RET_T 
F77_FUNC (xasinh, XASINH)(const float &
F77_RET_T const double const
double const octave_idx_type
const octave_idx_type double
double octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type double double
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type FloatComplex
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T 
F77_FUNC (cbesk, CBESK)(const FloatComplex &
F77_RET_T const double const
double const octave_idx_type
const octave_idx_type double
double octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type double double
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type FloatComplex
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const double const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type float float
octave_idx_type
octave_idx_type &F77_RET_T
const double const
octave_idx_type const
octave_idx_type double double
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type float float
octave_idx_type &F77_RET_T
double &F77_RET_T float
&F77_RET_T double &F77_RET_T
float &F77_RET_T double
&F77_RET_T 
F77_FUNC (xatanh, XATANH)(const float &
F77_RET_T const double const
double const octave_idx_type
const octave_idx_type double
double octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type double double
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type FloatComplex
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const double const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type float float
octave_idx_type
octave_idx_type &F77_RET_T
const double const
octave_idx_type const
octave_idx_type double double
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type float float
octave_idx_type &F77_RET_T 
F77_FUNC (xdacosh, XDACOSH)(const double &
F77_RET_T const double const
double const octave_idx_type
const octave_idx_type double
double octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type double double
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type FloatComplex
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const double const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type float float
octave_idx_type
octave_idx_type &F77_RET_T
const double const
octave_idx_type const
octave_idx_type double double
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type float float
octave_idx_type &F77_RET_T
double &F77_RET_T float
&F77_RET_T double &F77_RET_T
float &F77_RET_T double
&F77_RET_T float &F77_RET_T
double &F77_RET_T float
&F77_RET_T double &F77_RET_T
float &F77_RET_T const double
const double double &F77_RET_T
const float const float float
&F77_RET_T double &F77_RET_T
float &F77_RET_T const double
double &F77_RET_T const float
float &F77_RET_T 
F77_FUNC (dlgams, DLGAMS)(const double &
F77_RET_T const double const
double const octave_idx_type
const octave_idx_type double
double octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type double double
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T 
F77_FUNC (zbesh, ZBESH)(const double &
F77_RET_T const double const
double const octave_idx_type
const octave_idx_type double
double octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type double double
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type FloatComplex
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T 
F77_FUNC (cbesh, CBESH)(const FloatComplex &
F77_RET_T const double const
double const octave_idx_type
const octave_idx_type double
double octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type double double
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type FloatComplex
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const double const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type float float
octave_idx_type
octave_idx_type &F77_RET_T 
F77_FUNC (zbiry, ZBIRY)(const double &
F77_RET_T const double const
double const octave_idx_type
const octave_idx_type double
double octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type double double
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type FloatComplex
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const double const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type float float
octave_idx_type
octave_idx_type &F77_RET_T
const double const
octave_idx_type const
octave_idx_type double double
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type float float
octave_idx_type &F77_RET_T
double &F77_RET_T float
&F77_RET_T double &F77_RET_T
float &F77_RET_T double
&F77_RET_T float &F77_RET_T 
F77_FUNC (xderf, XDERF)(const double &
F77_RET_T const double const
double const octave_idx_type
const octave_idx_type double
double octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type double double
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type FloatComplex
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const double const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type float float
octave_idx_type
octave_idx_type &F77_RET_T
const double const
octave_idx_type const
octave_idx_type double double
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type float float
octave_idx_type &F77_RET_T
double &F77_RET_T float
&F77_RET_T double &F77_RET_T
float &F77_RET_T double
&F77_RET_T float &F77_RET_T
double &F77_RET_T 
F77_FUNC (xerf, XERF)(const float &
F77_RET_T const double const
double const octave_idx_type
const octave_idx_type double
double octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type double double
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T 
F77_FUNC (cbesj, cBESJ)(const FloatComplex &
F77_RET_T const double const
double const octave_idx_type
const octave_idx_type double
double octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type double double
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type FloatComplex
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T 
F77_FUNC (zairy, ZAIRY)(const double &
F77_RET_T const double const
double const octave_idx_type
const octave_idx_type double
double octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type double double
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type FloatComplex
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const double const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type float float
octave_idx_type
octave_idx_type &F77_RET_T
const double const
octave_idx_type const
octave_idx_type double double
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type float float
octave_idx_type &F77_RET_T
double &F77_RET_T float
&F77_RET_T double &F77_RET_T
float &F77_RET_T double
&F77_RET_T float &F77_RET_T
double &F77_RET_T float
&F77_RET_T 
F77_FUNC (xderfc, XDERFC)(const double &
F77_RET_T const double const
double const octave_idx_type
const octave_idx_type double
double octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type double double
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type FloatComplex
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const double const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type float float
octave_idx_type
octave_idx_type &F77_RET_T
const double const
octave_idx_type const
octave_idx_type double double
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type float float
octave_idx_type &F77_RET_T
double &F77_RET_T float
&F77_RET_T double &F77_RET_T
float &F77_RET_T 
F77_FUNC (xdatanh, XDATANH)(const double &
F77_RET_T const double const
double const octave_idx_type
const octave_idx_type double
double octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type double double
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type FloatComplex
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const double const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T 
F77_FUNC (cairy, CAIRY)(const float &
F77_RET_T const double const
double const octave_idx_type
const octave_idx_type double
double octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type double double
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type FloatComplex
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const double const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type float float
octave_idx_type
octave_idx_type &F77_RET_T
const double const
octave_idx_type const
octave_idx_type double double
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type float float
octave_idx_type &F77_RET_T
double &F77_RET_T float
&F77_RET_T double &F77_RET_T
float &F77_RET_T double
&F77_RET_T float &F77_RET_T
double &F77_RET_T float
&F77_RET_T double &F77_RET_T 
F77_FUNC (xerfc, XERFC)(const float &
F77_RET_T const double const
double const octave_idx_type
const octave_idx_type double
double octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type double double
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type FloatComplex
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const double const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type float float
octave_idx_type
octave_idx_type &F77_RET_T
const double const
octave_idx_type const
octave_idx_type double double
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type float float
octave_idx_type &F77_RET_T
double &F77_RET_T float
&F77_RET_T double &F77_RET_T
float &F77_RET_T double
&F77_RET_T float &F77_RET_T
double &F77_RET_T float
&F77_RET_T double &F77_RET_T
float &F77_RET_T 
F77_FUNC (xdbetai, XDBETAI)(const double &
F77_RET_T const double const
double const octave_idx_type
const octave_idx_type double
double octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type double double
octave_idx_type &F77_RET_T 
F77_FUNC (zbesi, ZBESI)(const double &
F77_RET_T const double const
double const octave_idx_type
const octave_idx_type double
double octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type double double
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type FloatComplex
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const double const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type float float
octave_idx_type
octave_idx_type &F77_RET_T
const double const
octave_idx_type const
octave_idx_type double double
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type float float
octave_idx_type &F77_RET_T
double &F77_RET_T float
&F77_RET_T double &F77_RET_T
float &F77_RET_T double
&F77_RET_T float &F77_RET_T
double &F77_RET_T float
&F77_RET_T double &F77_RET_T
float &F77_RET_T const double
const double double &F77_RET_T 
F77_FUNC (xbetai, XBETAI)(const float &
F77_RET_T const double const
double const octave_idx_type
const octave_idx_type double
double octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type double double
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type FloatComplex
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const double const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type float float
octave_idx_type
octave_idx_type &F77_RET_T
const double const
octave_idx_type const
octave_idx_type double double
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type float float
octave_idx_type &F77_RET_T
double &F77_RET_T float
&F77_RET_T double &F77_RET_T
float &F77_RET_T double
&F77_RET_T float &F77_RET_T
double &F77_RET_T float
&F77_RET_T double &F77_RET_T
float &F77_RET_T const double
const double double &F77_RET_T
const float const float float
&F77_RET_T 
F77_FUNC (xdgamma, XDGAMMA)(const double &
F77_RET_T const double const
double const octave_idx_type
const octave_idx_type double
double octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type double double
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type FloatComplex
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const double const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type float float
octave_idx_type
octave_idx_type &F77_RET_T
const double const
octave_idx_type const
octave_idx_type double double
octave_idx_type &F77_RET_T 
F77_FUNC (cbiry, CBIRY)(const float &
F77_RET_T const double const
double const octave_idx_type
const octave_idx_type double
double octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type double double
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T 
F77_FUNC (cbesy, CBESY)(const FloatComplex &
F77_RET_T const double const
double const octave_idx_type
const octave_idx_type double
double octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type double double
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type FloatComplex
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const double const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type float float
octave_idx_type
octave_idx_type &F77_RET_T
const double const
octave_idx_type const
octave_idx_type double double
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type float float
octave_idx_type &F77_RET_T
double &F77_RET_T float
&F77_RET_T double &F77_RET_T
float &F77_RET_T double
&F77_RET_T float &F77_RET_T
double &F77_RET_T float
&F77_RET_T double &F77_RET_T
float &F77_RET_T const double
const double double &F77_RET_T
const float const float float
&F77_RET_T double &F77_RET_T 
F77_FUNC (xgamma, XGAMMA)(const float &
F77_RET_T const double const
double const octave_idx_type
const octave_idx_type double
double octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type double double
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type FloatComplex
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const double const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type float float
octave_idx_type
octave_idx_type &F77_RET_T
const double const
octave_idx_type const
octave_idx_type double double
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type float float
octave_idx_type &F77_RET_T
double &F77_RET_T float
&F77_RET_T double &F77_RET_T
float &F77_RET_T double
&F77_RET_T float &F77_RET_T
double &F77_RET_T float
&F77_RET_T double &F77_RET_T
float &F77_RET_T const double
const double double &F77_RET_T
const float const float float
&F77_RET_T double &F77_RET_T
float &F77_RET_T const double
double &F77_RET_T 
F77_FUNC (xsgammainc, XSGAMMAINC)(const float &
F77_RET_T const double const
double const octave_idx_type
const octave_idx_type double
double octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type double double
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const double const double
const octave_idx_type const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type FloatComplex
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type const
octave_idx_type FloatComplex
octave_idx_type
octave_idx_type &F77_RET_T
const double const
octave_idx_type const
octave_idx_type double double
octave_idx_type
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type float float
octave_idx_type
octave_idx_type &F77_RET_T
const double const
octave_idx_type const
octave_idx_type double double
octave_idx_type &F77_RET_T
const float const
octave_idx_type const
octave_idx_type float float
octave_idx_type &F77_RET_T
double &F77_RET_T float
&F77_RET_T double &F77_RET_T
float &F77_RET_T double
&F77_RET_T float &F77_RET_T
double &F77_RET_T float
&F77_RET_T double &F77_RET_T
float &F77_RET_T const double
const double double &F77_RET_T
const float const float float
&F77_RET_T double &F77_RET_T
float &F77_RET_T 
F77_FUNC (xgammainc, XGAMMAINC)(const double &
FloatNDArray gammainc (const FloatNDArray &x, const FloatNDArray &a)
NDArray gammainc (double x, const NDArray &a)
FloatMatrix gammainc (float x, const FloatMatrix &a)
Matrix gammainc (double x, const Matrix &a)
FloatNDArray gammainc (const FloatNDArray &x, float a)
float gammainc (float x, float a, bool &err)
NDArray gammainc (const NDArray &x, double a)
Matrix gammainc (const Matrix &x, double a)
FloatMatrix gammainc (const FloatMatrix &x, float a)
FloatMatrix gammainc (const FloatMatrix &x, const FloatMatrix &a)
NDArray gammainc (const NDArray &x, const NDArray &a)
double gammainc (double x, double a, bool &err)
FloatNDArray gammainc (float x, const FloatNDArray &a)
Matrix gammainc (const Matrix &x, const Matrix &a)
static void gripe_betainc_nonconformant (octave_idx_type r1, octave_idx_type c1, octave_idx_type r2, octave_idx_type c2, octave_idx_type r3, octave_idx_type c3)
static void gripe_betainc_nonconformant (const dim_vector &d1, const dim_vector &d2, const dim_vector &d3)
static bool is_integer_value (float x)
static bool is_integer_value (double x)
Complex log1p (const Complex &x)
double log1p (double x)
float log1pf (float x)
FloatComplex rc_lgamma (float x)
Complex rc_lgamma (double x)
Complex rc_log1p (double x)
FloatComplex rc_log1p (float x)
double xgamma (double x)
float xgamma (float x)
float xlgamma (float x)
double xlgamma (double x)
static Complex zbesh1 (const Complex &z, double alpha, int kode, octave_idx_type &ierr)
static Complex zbesh2 (const Complex &z, double alpha, int kode, octave_idx_type &ierr)
static Complex zbesi (const Complex &z, double alpha, int kode, octave_idx_type &ierr)
static Complex zbesj (const Complex &z, double alpha, int kode, octave_idx_type &ierr)
static Complex zbesk (const Complex &z, double alpha, int kode, octave_idx_type &ierr)
static Complex zbesy (const Complex &z, double alpha, int kode, octave_idx_type &ierr)

Define Documentation

#define ALL_BESSEL (   name,
  fcn 
)
Value:
SS_BESSEL (name, fcn) \
  SM_BESSEL (name, fcn) \
  MS_BESSEL (name, fcn) \
  MM_BESSEL (name, fcn) \
  SN_BESSEL (name, fcn) \
  NS_BESSEL (name, fcn) \
  NN_BESSEL (name, fcn) \
  RC_BESSEL (name, fcn)

Definition at line 1852 of file lo-specfun.cc.

#define ALL_BESSEL (   name,
  fcn 
)
Value:
SS_BESSEL (name, fcn) \
  SM_BESSEL (name, fcn) \
  MS_BESSEL (name, fcn) \
  MM_BESSEL (name, fcn) \
  SN_BESSEL (name, fcn) \
  NS_BESSEL (name, fcn) \
  NN_BESSEL (name, fcn) \
  RC_BESSEL (name, fcn)

Definition at line 1852 of file lo-specfun.cc.

#define M_PI   3.14159265358979323846
#define MM_BESSEL (   name,
  fcn 
)
Value:
ComplexMatrix \
  name (const Matrix& alpha, const ComplexMatrix& x, bool scaled, \
        Array<octave_idx_type>& ierr) \
  { \
    return do_bessel (fcn, #name, alpha, x, scaled, ierr); \
  }

Definition at line 1812 of file lo-specfun.cc.

#define MM_BESSEL (   name,
  fcn 
)
Value:
FloatComplexMatrix \
  name (const FloatMatrix& alpha, const FloatComplexMatrix& x, bool scaled, \
        Array<octave_idx_type>& ierr) \
  { \
    return do_bessel (fcn, #name, alpha, x, scaled, ierr); \
  }

Definition at line 1812 of file lo-specfun.cc.

#define MS_BESSEL (   name,
  fcn 
)
Value:
ComplexMatrix \
  name (const Matrix& alpha, const Complex& x, bool scaled, \
        Array<octave_idx_type>& ierr) \
  { \
    return do_bessel (fcn, #name, alpha, x, scaled, ierr); \
  }

Definition at line 1804 of file lo-specfun.cc.

#define MS_BESSEL (   name,
  fcn 
)
Value:
FloatComplexMatrix \
  name (const FloatMatrix& alpha, const FloatComplex& x, bool scaled, \
        Array<octave_idx_type>& ierr) \
  { \
    return do_bessel (fcn, #name, alpha, x, scaled, ierr); \
  }

Definition at line 1804 of file lo-specfun.cc.

#define NN_BESSEL (   name,
  fcn 
)
Value:
FloatComplexNDArray \
  name (const FloatNDArray& alpha, const FloatComplexNDArray& x, bool scaled, \
        Array<octave_idx_type>& ierr) \
  { \
    return do_bessel (fcn, #name, alpha, x, scaled, ierr); \
  }

Definition at line 1836 of file lo-specfun.cc.

#define NN_BESSEL (   name,
  fcn 
)
Value:
ComplexNDArray \
  name (const NDArray& alpha, const ComplexNDArray& x, bool scaled, \
        Array<octave_idx_type>& ierr) \
  { \
    return do_bessel (fcn, #name, alpha, x, scaled, ierr); \
  }

Definition at line 1836 of file lo-specfun.cc.

#define NS_BESSEL (   name,
  fcn 
)
Value:
FloatComplexNDArray \
  name (const FloatNDArray& alpha, const FloatComplex& x, bool scaled, \
        Array<octave_idx_type>& ierr) \
  { \
    return do_bessel (fcn, #name, alpha, x, scaled, ierr); \
  }

Definition at line 1828 of file lo-specfun.cc.

#define NS_BESSEL (   name,
  fcn 
)
Value:
ComplexNDArray \
  name (const NDArray& alpha, const Complex& x, bool scaled, \
        Array<octave_idx_type>& ierr) \
  { \
    return do_bessel (fcn, #name, alpha, x, scaled, ierr); \
  }

Definition at line 1828 of file lo-specfun.cc.

#define RC_BESSEL (   name,
  fcn 
)
Value:
ComplexMatrix \
  name (const RowVector& alpha, const ComplexColumnVector& x, bool scaled, \
        Array<octave_idx_type>& ierr) \
  { \
    return do_bessel (fcn, #name, alpha, x, scaled, ierr); \
  }

Definition at line 1844 of file lo-specfun.cc.

#define RC_BESSEL (   name,
  fcn 
)
Value:
FloatComplexMatrix \
  name (const FloatRowVector& alpha, const FloatComplexColumnVector& x, bool scaled, \
        Array<octave_idx_type>& ierr) \
  { \
    return do_bessel (fcn, #name, alpha, x, scaled, ierr); \
  }

Definition at line 1844 of file lo-specfun.cc.

#define SM_BESSEL (   name,
  fcn 
)
Value:
ComplexMatrix \
  name (double alpha, const ComplexMatrix& x, bool scaled, \
        Array<octave_idx_type>& ierr) \
  { \
    return do_bessel (fcn, #name, alpha, x, scaled, ierr); \
  }

Definition at line 1796 of file lo-specfun.cc.

#define SM_BESSEL (   name,
  fcn 
)
Value:
FloatComplexMatrix \
  name (float alpha, const FloatComplexMatrix& x, bool scaled, \
        Array<octave_idx_type>& ierr) \
  { \
    return do_bessel (fcn, #name, alpha, x, scaled, ierr); \
  }

Definition at line 1796 of file lo-specfun.cc.

#define SN_BESSEL (   name,
  fcn 
)
Value:
FloatComplexNDArray \
  name (float alpha, const FloatComplexNDArray& x, bool scaled, \
        Array<octave_idx_type>& ierr) \
  { \
    return do_bessel (fcn, #name, alpha, x, scaled, ierr); \
  }

Definition at line 1820 of file lo-specfun.cc.

#define SN_BESSEL (   name,
  fcn 
)
Value:
ComplexNDArray \
  name (double alpha, const ComplexNDArray& x, bool scaled, \
        Array<octave_idx_type>& ierr) \
  { \
    return do_bessel (fcn, #name, alpha, x, scaled, ierr); \
  }

Definition at line 1820 of file lo-specfun.cc.

#define SS_BESSEL (   name,
  fcn 
)
Value:
FloatComplex \
  name (float alpha, const FloatComplex& x, bool scaled, octave_idx_type& ierr) \
  { \
    return do_bessel (fcn, #name, alpha, x, scaled, ierr); \
  }

Definition at line 1789 of file lo-specfun.cc.

#define SS_BESSEL (   name,
  fcn 
)
Value:
Complex \
  name (double alpha, const Complex& x, bool scaled, octave_idx_type& ierr) \
  { \
    return do_bessel (fcn, #name, alpha, x, scaled, ierr); \
  }

Definition at line 1789 of file lo-specfun.cc.


Typedef Documentation

typedef Complex(* dptr)(const Complex &, double, int, octave_idx_type &)

Definition at line 1037 of file lo-specfun.cc.

Definition at line 1634 of file lo-specfun.cc.


Function Documentation

F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type double double octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type FloatComplex octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type float float octave_idx_type octave_idx_type& F77_RET_T const double const octave_idx_type const octave_idx_type double double octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type float float octave_idx_type& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T const double const double double& F77_RET_T const float const float float& F77_RET_T double& F77_RET_T float& F77_RET_T const double double& F77_RET_T const float float& F77_RET_T double double& F77_RET_T float float& double acosh ( double  x  ) 

Definition at line 192 of file lo-specfun.cc.

References F77_XFCN, and xdacosh().

float acoshf ( float  x  ) 

Definition at line 202 of file lo-specfun.cc.

References F77_XFCN, and xacosh().

Referenced by rc_acosh().

OCTAVE_API FloatComplex airy ( const Complex z,
bool  deriv,
bool  scaled,
octave_idx_type ierr 
)

Definition at line 2010 of file lo-specfun.cc.

References bessel_return_value(), CAIRY(), F77_FUNC(), imag(), and real.

Referenced by airy(), and DEFUN_DLD().

ComplexMatrix airy ( const ComplexMatrix z,
bool  deriv,
bool  scaled,
Array< octave_idx_type > &  ierr 
)

Definition at line 1946 of file lo-specfun.cc.

References airy(), Array< T >::cols(), ierr, Array< T >::resize(), and Array< T >::rows().

ComplexNDArray airy ( const ComplexNDArray z,
bool  deriv,
bool  scaled,
Array< octave_idx_type > &  ierr 
)

Definition at line 1980 of file lo-specfun.cc.

References airy(), Array< T >::dims(), ierr, dim_vector::numel(), and Array< T >::resize().

FloatComplexMatrix airy ( const FloatComplexMatrix z,
bool  deriv,
bool  scaled,
Array< octave_idx_type > &  ierr 
)

Definition at line 2076 of file lo-specfun.cc.

References airy(), Array< T >::cols(), ierr, Array< T >::resize(), and Array< T >::rows().

FloatComplexNDArray airy ( const FloatComplexNDArray z,
bool  deriv,
bool  scaled,
Array< octave_idx_type > &  ierr 
)

Definition at line 2110 of file lo-specfun.cc.

References airy(), Array< T >::dims(), ierr, dim_vector::numel(), and Array< T >::resize().

double asinh ( double  x  ) 

Definition at line 212 of file lo-specfun.cc.

References F77_XFCN, and xdasinh().

float asinhf ( float  x  ) 

Definition at line 222 of file lo-specfun.cc.

References F77_XFCN, and xasinh().

Referenced by octave_float_matrix::map(), and octave_float_scalar::map().

double atanh ( double  x  ) 

Definition at line 232 of file lo-specfun.cc.

References F77_XFCN, and xdatanh().

float atanhf ( float  x  ) 

Definition at line 242 of file lo-specfun.cc.

References F77_XFCN, and xatanh().

Referenced by rc_atanh().

static FloatComplex bessel_return_value ( const Complex val,
octave_idx_type  ierr 
) [inline, static]
FloatNDArray betainc ( const FloatNDArray x,
const FloatNDArray a,
float  b 
)
FloatNDArray betainc ( const FloatNDArray x,
const FloatNDArray a,
const FloatNDArray b 
)
double betainc ( double  x,
double  a,
double  b 
)

Definition at line 2162 of file lo-specfun.cc.

References F77_XFCN, and xdbetai().

Referenced by betainc(), and DEFUN_DLD().

Matrix betainc ( double  x,
double  a,
const Matrix b 
)

Definition at line 2170 of file lo-specfun.cc.

References betainc(), Array< T >::cols(), and Array< T >::rows().

Matrix betainc ( double  x,
const Matrix a,
double  b 
)

Definition at line 2185 of file lo-specfun.cc.

References betainc(), Array< T >::cols(), and Array< T >::rows().

Matrix betainc ( double  x,
const Matrix a,
const Matrix b 
)
NDArray betainc ( double  x,
double  a,
const NDArray b 
)

Definition at line 2225 of file lo-specfun.cc.

References betainc(), Array< T >::dims(), and dim_vector::numel().

NDArray betainc ( double  x,
const NDArray a,
double  b 
)

Definition at line 2239 of file lo-specfun.cc.

References betainc(), Array< T >::dims(), and dim_vector::numel().

NDArray betainc ( double  x,
const NDArray a,
const NDArray b 
)
Matrix betainc ( const Matrix x,
double  a,
double  b 
)

Definition at line 2275 of file lo-specfun.cc.

References betainc(), Array< T >::cols(), Array< T >::rows(), and x.

Matrix betainc ( const Matrix x,
double  a,
const Matrix b 
)
Matrix betainc ( const Matrix x,
const Matrix a,
double  b 
)
Matrix betainc ( const Matrix x,
const Matrix a,
const Matrix b 
)
NDArray betainc ( const NDArray x,
double  a,
double  b 
)

Definition at line 2368 of file lo-specfun.cc.

References betainc(), Array< T >::dims(), dim_vector::numel(), and x.

FloatNDArray betainc ( const FloatNDArray x,
float  a,
const FloatNDArray b 
)
NDArray betainc ( const NDArray x,
double  a,
const NDArray b 
)
NDArray betainc ( const NDArray x,
const NDArray a,
double  b 
)
NDArray betainc ( const NDArray x,
const NDArray a,
const NDArray b 
)
FloatMatrix betainc ( const FloatMatrix x,
float  a,
const FloatMatrix b 
)
float betainc ( float  x,
float  a,
float  b 
)

Definition at line 2445 of file lo-specfun.cc.

References F77_XFCN, and xbetai().

FloatMatrix betainc ( float  x,
float  a,
const FloatMatrix b 
)

Definition at line 2453 of file lo-specfun.cc.

References betainc(), Array< T >::cols(), and Array< T >::rows().

FloatMatrix betainc ( float  x,
const FloatMatrix a,
float  b 
)

Definition at line 2468 of file lo-specfun.cc.

References betainc(), Array< T >::cols(), and Array< T >::rows().

FloatMatrix betainc ( float  x,
const FloatMatrix a,
const FloatMatrix b 
)
FloatNDArray betainc ( float  x,
float  a,
const FloatNDArray b 
)

Definition at line 2508 of file lo-specfun.cc.

References betainc(), Array< T >::dims(), and dim_vector::numel().

FloatNDArray betainc ( float  x,
const FloatNDArray a,
float  b 
)

Definition at line 2522 of file lo-specfun.cc.

References betainc(), Array< T >::dims(), and dim_vector::numel().

FloatNDArray betainc ( float  x,
const FloatNDArray a,
const FloatNDArray b 
)
FloatMatrix betainc ( const FloatMatrix x,
float  a,
float  b 
)

Definition at line 2558 of file lo-specfun.cc.

References betainc(), Array< T >::cols(), Array< T >::rows(), and x.

FloatMatrix betainc ( const FloatMatrix x,
const FloatMatrix a,
float  b 
)
FloatMatrix betainc ( const FloatMatrix x,
const FloatMatrix a,
const FloatMatrix b 
)
FloatNDArray betainc ( const FloatNDArray x,
float  a,
float  b 
)

Definition at line 2651 of file lo-specfun.cc.

References betainc(), Array< T >::dims(), dim_vector::numel(), and x.

OCTAVE_API FloatComplex biry ( const Complex z,
bool  deriv,
bool  scaled,
octave_idx_type ierr 
)

Definition at line 2044 of file lo-specfun.cc.

References abs(), bessel_return_value(), CBIRY(), F77_FUNC(), imag(), and real.

Referenced by biry(), and DEFUN_DLD().

ComplexMatrix biry ( const ComplexMatrix z,
bool  deriv,
bool  scaled,
Array< octave_idx_type > &  ierr 
)

Definition at line 1963 of file lo-specfun.cc.

References biry(), Array< T >::cols(), ierr, Array< T >::resize(), and Array< T >::rows().

ComplexNDArray biry ( const ComplexNDArray z,
bool  deriv,
bool  scaled,
Array< octave_idx_type > &  ierr 
)

Definition at line 1995 of file lo-specfun.cc.

References biry(), Array< T >::dims(), ierr, dim_vector::numel(), and Array< T >::resize().

FloatComplexMatrix biry ( const FloatComplexMatrix z,
bool  deriv,
bool  scaled,
Array< octave_idx_type > &  ierr 
)

Definition at line 2093 of file lo-specfun.cc.

References biry(), Array< T >::cols(), ierr, Array< T >::resize(), and Array< T >::rows().

FloatComplexNDArray biry ( const FloatComplexNDArray z,
bool  deriv,
bool  scaled,
Array< octave_idx_type > &  ierr 
)

Definition at line 2125 of file lo-specfun.cc.

References biry(), Array< T >::dims(), ierr, dim_vector::numel(), and Array< T >::resize().

static FloatComplex cbesh1 ( const FloatComplex z,
float  alpha,
int  kode,
octave_idx_type ierr 
) [inline, static]

Definition at line 1551 of file lo-specfun.cc.

References bessel_return_value(), CBESH(), F77_FUNC(), imag(), M_PI, and real.

static FloatComplex cbesh2 ( const FloatComplex z,
float  alpha,
int  kode,
octave_idx_type ierr 
) [inline, static]

Definition at line 1593 of file lo-specfun.cc.

References bessel_return_value(), CBESH(), F77_FUNC(), imag(), M_PI, and real.

static FloatComplex cbesi ( const FloatComplex z,
float  alpha,
int  kode,
octave_idx_type ierr 
) [inline, static]
static FloatComplex cbesj ( const FloatComplex z,
float  alpha,
int  kode,
octave_idx_type ierr 
) [inline, static]

Definition at line 1334 of file lo-specfun.cc.

References abs(), bessel_return_value(), CBESJ(), cbesy(), F77_FUNC(), imag(), is_integer_value(), M_PI, octave_Float_NaN, and real.

Referenced by cbesy().

static FloatComplex cbesk ( const FloatComplex z,
float  alpha,
int  kode,
octave_idx_type ierr 
) [inline, static]

Definition at line 1501 of file lo-specfun.cc.

References bessel_return_value(), CBESK(), F77_FUNC(), imag(), octave_Float_Inf, and real.

Referenced by cbesi().

static FloatComplex cbesy ( const FloatComplex z,
float  alpha,
int  kode,
octave_idx_type ierr 
) [inline, static]
double cbrt ( double  x  ) 
float cbrtf ( float  x  ) 

Definition at line 633 of file lo-specfun.cc.

References abs(), pow(), signum(), and xfinite().

Referenced by octave_float_matrix::map(), and octave_float_scalar::map().

static Complex do_bessel ( dptr  f,
const char ,
double  alpha,
const Complex x,
bool  scaled,
octave_idx_type ierr 
) [inline, static]

Definition at line 1040 of file lo-specfun.cc.

References f.

static ComplexMatrix do_bessel ( dptr  f,
const char ,
double  alpha,
const ComplexMatrix x,
bool  scaled,
Array< octave_idx_type > &  ierr 
) [inline, static]

Definition at line 1051 of file lo-specfun.cc.

References Array< T >::cols(), f, ierr, Array< T >::resize(), Array< T >::rows(), and x.

static ComplexMatrix do_bessel ( dptr  f,
const char ,
const Matrix alpha,
const Complex x,
bool  scaled,
Array< octave_idx_type > &  ierr 
) [inline, static]

Definition at line 1069 of file lo-specfun.cc.

References Array< T >::cols(), f, ierr, Array< T >::resize(), and Array< T >::rows().

static ComplexMatrix do_bessel ( dptr  f,
const char fn,
const Matrix alpha,
const ComplexMatrix x,
bool  scaled,
Array< octave_idx_type > &  ierr 
) [inline, static]
static ComplexNDArray do_bessel ( dptr  f,
const char ,
double  alpha,
const ComplexNDArray x,
bool  scaled,
Array< octave_idx_type > &  ierr 
) [inline, static]

Definition at line 1119 of file lo-specfun.cc.

References Array< T >::dims(), f, ierr, dim_vector::numel(), Array< T >::resize(), and x.

static ComplexNDArray do_bessel ( dptr  f,
const char ,
const NDArray alpha,
const Complex x,
bool  scaled,
Array< octave_idx_type > &  ierr 
) [inline, static]

Definition at line 1135 of file lo-specfun.cc.

References Array< T >::dims(), f, ierr, dim_vector::numel(), and Array< T >::resize().

static ComplexNDArray do_bessel ( dptr  f,
const char fn,
const NDArray alpha,
const ComplexNDArray x,
bool  scaled,
Array< octave_idx_type > &  ierr 
) [inline, static]
static ComplexMatrix do_bessel ( dptr  f,
const char ,
const RowVector alpha,
const ComplexColumnVector x,
bool  scaled,
Array< octave_idx_type > &  ierr 
) [inline, static]

Definition at line 1175 of file lo-specfun.cc.

References f, ierr, Array< T >::length(), Array< T >::resize(), and x.

static FloatComplexMatrix do_bessel ( fptr  f,
const char ,
float  alpha,
const FloatComplexMatrix x,
bool  scaled,
Array< octave_idx_type > &  ierr 
) [inline, static]

Definition at line 1648 of file lo-specfun.cc.

References Array< T >::cols(), f, ierr, Array< T >::resize(), Array< T >::rows(), and x.

static FloatComplexMatrix do_bessel ( fptr  f,
const char ,
const FloatMatrix alpha,
const FloatComplex x,
bool  scaled,
Array< octave_idx_type > &  ierr 
) [inline, static]

Definition at line 1666 of file lo-specfun.cc.

References Array< T >::cols(), f, ierr, Array< T >::resize(), and Array< T >::rows().

static FloatComplexMatrix do_bessel ( fptr  f,
const char fn,
const FloatMatrix alpha,
const FloatComplexMatrix x,
bool  scaled,
Array< octave_idx_type > &  ierr 
) [inline, static]
static FloatComplexNDArray do_bessel ( fptr  f,
const char ,
float  alpha,
const FloatComplexNDArray x,
bool  scaled,
Array< octave_idx_type > &  ierr 
) [inline, static]

Definition at line 1716 of file lo-specfun.cc.

References Array< T >::dims(), f, ierr, dim_vector::numel(), Array< T >::resize(), and x.

static FloatComplexNDArray do_bessel ( fptr  f,
const char ,
const FloatNDArray alpha,
const FloatComplex x,
bool  scaled,
Array< octave_idx_type > &  ierr 
) [inline, static]

Definition at line 1732 of file lo-specfun.cc.

References Array< T >::dims(), f, ierr, dim_vector::numel(), and Array< T >::resize().

static FloatComplexNDArray do_bessel ( fptr  f,
const char fn,
const FloatNDArray alpha,
const FloatComplexNDArray x,
bool  scaled,
Array< octave_idx_type > &  ierr 
) [inline, static]
static FloatComplexMatrix do_bessel ( fptr  f,
const char ,
const FloatRowVector alpha,
const FloatComplexColumnVector x,
bool  scaled,
Array< octave_idx_type > &  ierr 
) [inline, static]

Definition at line 1772 of file lo-specfun.cc.

References f, ierr, Array< T >::length(), Array< T >::resize(), and x.

static FloatComplex do_bessel ( fptr  f,
const char ,
float  alpha,
const FloatComplex x,
bool  scaled,
octave_idx_type ierr 
) [inline, static]

Definition at line 1637 of file lo-specfun.cc.

References f.

static double do_erfinv ( double  x,
bool  refine 
) [static]

Definition at line 3159 of file lo-specfun.cc.

References d, erf(), octave_Inf, octave_NaN, and signum().

Referenced by erfinv().

double erf ( double  x  ) 
static float erfc ( float  x  )  [inline, static]

Definition at line 3229 of file lo-specfun.cc.

References erfcf().

double erfc ( double  x  ) 
float erfcf ( float  x  ) 

Definition at line 282 of file lo-specfun.cc.

References F77_XFCN, and xerfc().

Referenced by erfc(), octave_float_matrix::map(), and octave_float_scalar::map().

float erfcx ( float  x  ) 

Definition at line 3319 of file lo-specfun.cc.

References erfcx_impl().

double erfcx ( double  x  ) 
template<class T >
static T erfcx_impl ( x  )  [static]

Definition at line 3233 of file lo-specfun.cc.

References ceil(), d, erfc(), max(), and octave_Inf.

Referenced by erfcx().

float erff ( float  x  ) 

Definition at line 262 of file lo-specfun.cc.

References F77_XFCN, and xerf().

Referenced by octave_float_matrix::map(), and octave_float_scalar::map().

float erfinv ( float  x  ) 

Definition at line 3219 of file lo-specfun.cc.

References do_erfinv().

double erfinv ( double  x  ) 
double expm1 ( double  x  ) 
OCTAVE_API FloatComplex expm1 ( const Complex x  ) 

Definition at line 512 of file lo-specfun.cc.

References abs(), and expm1().

float expm1f ( float  x  ) 

Definition at line 477 of file lo-specfun.cc.

Referenced by octave_float_matrix::map(), and octave_float_scalar::map().

F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type double double octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type FloatComplex octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type float float octave_idx_type octave_idx_type& F77_RET_T const double const octave_idx_type const octave_idx_type double double octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type float float octave_idx_type& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T const double const double double& F77_RET_T const float const float float& F77_RET_T double& F77_RET_T float& F77_RET_T const double double& F77_RET_T const float float& F77_RET_T double double& F77_RET_T F77_FUNC ( algams  ,
ALGAMS   
) const
F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type double double octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type FloatComplex octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type float float octave_idx_type octave_idx_type& F77_RET_T const double const octave_idx_type const octave_idx_type double double octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type float float octave_idx_type& F77_RET_T double& F77_RET_T F77_FUNC ( xacosh  ,
XACOSH   
) const
F77_RET_T F77_FUNC ( zbesj  ,
ZBESJ   
) const
F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type double double octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type FloatComplex octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type float float octave_idx_type octave_idx_type& F77_RET_T const double const octave_idx_type const octave_idx_type double double octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type float float octave_idx_type& F77_RET_T double& F77_RET_T float& F77_RET_T F77_FUNC ( xdasinh  ,
XDASINH   
) const
F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T F77_FUNC ( zbesy  ,
ZBESY   
) const
F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type double double octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T F77_FUNC ( zbesk  ,
ZBESK   
) const
F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type double double octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type FloatComplex octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type float float octave_idx_type octave_idx_type& F77_RET_T const double const octave_idx_type const octave_idx_type double double octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type float float octave_idx_type& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T F77_FUNC ( xasinh  ,
XASINH   
) const
F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type double double octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type FloatComplex octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type float float octave_idx_type octave_idx_type& F77_RET_T const double const octave_idx_type const octave_idx_type double double octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type float float octave_idx_type& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T F77_FUNC ( xatanh  ,
XATANH   
) const
F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type double double octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type FloatComplex octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type float float octave_idx_type octave_idx_type& F77_RET_T const double const octave_idx_type const octave_idx_type double double octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type float float octave_idx_type& F77_RET_T F77_FUNC ( xdacosh  ,
XDACOSH   
) const
F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type double double octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type FloatComplex octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type float float octave_idx_type octave_idx_type& F77_RET_T const double const octave_idx_type const octave_idx_type double double octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type float float octave_idx_type& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T const double const double double& F77_RET_T const float const float float& F77_RET_T double& F77_RET_T float& F77_RET_T const double double& F77_RET_T const float float& F77_RET_T F77_FUNC ( dlgams  ,
DLGAMS   
) const
F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type double double octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type FloatComplex octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type float float octave_idx_type octave_idx_type& F77_RET_T F77_FUNC ( zbiry  ,
ZBIRY   
) const
F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type double double octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type FloatComplex octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type float float octave_idx_type octave_idx_type& F77_RET_T const double const octave_idx_type const octave_idx_type double double octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type float float octave_idx_type& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T F77_FUNC ( xderf  ,
XDERF   
) const
F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type double double octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type FloatComplex octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type float float octave_idx_type octave_idx_type& F77_RET_T const double const octave_idx_type const octave_idx_type double double octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type float float octave_idx_type& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T F77_FUNC ( xerf  ,
XERF   
) const
F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type double double octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type FloatComplex octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type float float octave_idx_type octave_idx_type& F77_RET_T const double const octave_idx_type const octave_idx_type double double octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type float float octave_idx_type& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T F77_FUNC ( xderfc  ,
XDERFC   
) const
F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type double double octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type FloatComplex octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type float float octave_idx_type octave_idx_type& F77_RET_T const double const octave_idx_type const octave_idx_type double double octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type float float octave_idx_type& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T F77_FUNC ( xdatanh  ,
XDATANH   
) const
F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type double double octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type FloatComplex octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type float float octave_idx_type octave_idx_type& F77_RET_T const double const octave_idx_type const octave_idx_type double double octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type float float octave_idx_type& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T F77_FUNC ( xerfc  ,
XERFC   
) const
F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type double double octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type FloatComplex octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type float float octave_idx_type octave_idx_type& F77_RET_T const double const octave_idx_type const octave_idx_type double double octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type float float octave_idx_type& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T F77_FUNC ( xdbetai  ,
XDBETAI   
) const
F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type double double octave_idx_type& F77_RET_T F77_FUNC ( zbesi  ,
ZBESI   
) const
F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type double double octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type FloatComplex octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type float float octave_idx_type octave_idx_type& F77_RET_T const double const octave_idx_type const octave_idx_type double double octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type float float octave_idx_type& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T const double const double double& F77_RET_T F77_FUNC ( xbetai  ,
XBETAI   
) const
F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type double double octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type FloatComplex octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type float float octave_idx_type octave_idx_type& F77_RET_T const double const octave_idx_type const octave_idx_type double double octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type float float octave_idx_type& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T const double const double double& F77_RET_T const float const float float& F77_RET_T F77_FUNC ( xdgamma  ,
XDGAMMA   
) const
F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type double double octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type FloatComplex octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type float float octave_idx_type octave_idx_type& F77_RET_T const double const octave_idx_type const octave_idx_type double double octave_idx_type& F77_RET_T F77_FUNC ( cbiry  ,
CBIRY   
) const
F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type double double octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type FloatComplex octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type float float octave_idx_type octave_idx_type& F77_RET_T const double const octave_idx_type const octave_idx_type double double octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type float float octave_idx_type& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T const double const double double& F77_RET_T const float const float float& F77_RET_T double& F77_RET_T F77_FUNC ( xgamma  ,
XGAMMA   
) const
F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type double double octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type FloatComplex octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type float float octave_idx_type octave_idx_type& F77_RET_T const double const octave_idx_type const octave_idx_type double double octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type float float octave_idx_type& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T const double const double double& F77_RET_T const float const float float& F77_RET_T double& F77_RET_T float& F77_RET_T const double double& F77_RET_T F77_FUNC ( xsgammainc  ,
XSGAMMAINC   
) const
F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type double double octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type FloatComplex octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type float float octave_idx_type octave_idx_type& F77_RET_T const double const octave_idx_type const octave_idx_type double double octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type float float octave_idx_type& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T double& F77_RET_T float& F77_RET_T const double const double double& F77_RET_T const float const float float& F77_RET_T double& F77_RET_T float& F77_RET_T F77_FUNC ( xgammainc  ,
XGAMMAINC   
) const
FloatNDArray gammainc ( const FloatNDArray x,
const FloatNDArray a 
)
NDArray gammainc ( double  x,
const NDArray a 
)

Definition at line 2843 of file lo-specfun.cc.

References Array< T >::dims(), gammainc(), and dim_vector::numel().

FloatMatrix gammainc ( float  x,
const FloatMatrix a 
)

Definition at line 2955 of file lo-specfun.cc.

References Array< T >::cols(), gammainc(), and Array< T >::rows().

Matrix gammainc ( double  x,
const Matrix a 
)

Definition at line 2750 of file lo-specfun.cc.

References Array< T >::cols(), gammainc(), and Array< T >::rows().

FloatNDArray gammainc ( const FloatNDArray x,
float  a 
)

Definition at line 3074 of file lo-specfun.cc.

References Array< T >::dims(), gammainc(), dim_vector::numel(), and x.

float gammainc ( float  x,
float  a,
bool err 
)

Definition at line 2935 of file lo-specfun.cc.

References F77_XFCN, and xsgammainc().

NDArray gammainc ( const NDArray x,
double  a 
)

Definition at line 2869 of file lo-specfun.cc.

References Array< T >::dims(), gammainc(), dim_vector::numel(), and x.

Matrix gammainc ( const Matrix x,
double  a 
)

Definition at line 2777 of file lo-specfun.cc.

References Array< T >::cols(), gammainc(), Array< T >::rows(), and x.

FloatMatrix gammainc ( const FloatMatrix x,
float  a 
)

Definition at line 2982 of file lo-specfun.cc.

References Array< T >::cols(), gammainc(), Array< T >::rows(), and x.

FloatMatrix gammainc ( const FloatMatrix x,
const FloatMatrix a 
)
NDArray gammainc ( const NDArray x,
const NDArray a 
)
double gammainc ( double  x,
double  a,
bool err 
)

Definition at line 2730 of file lo-specfun.cc.

References F77_XFCN, and xgammainc().

Referenced by DEFUN_DLD(), and gammainc().

FloatNDArray gammainc ( float  x,
const FloatNDArray a 
)

Definition at line 3048 of file lo-specfun.cc.

References Array< T >::dims(), gammainc(), and dim_vector::numel().

Matrix gammainc ( const Matrix x,
const Matrix a 
)
static void gripe_betainc_nonconformant ( octave_idx_type  r1,
octave_idx_type  c1,
octave_idx_type  r2,
octave_idx_type  c2,
octave_idx_type  r3,
octave_idx_type  c3 
) [static]

Definition at line 2140 of file lo-specfun.cc.

Referenced by betainc().

static void gripe_betainc_nonconformant ( const dim_vector d1,
const dim_vector d2,
const dim_vector d3 
) [static]

Definition at line 2149 of file lo-specfun.cc.

References dim_vector::str().

static bool is_integer_value ( float  x  )  [inline, static]

Definition at line 1328 of file lo-specfun.cc.

static bool is_integer_value ( double  x  )  [inline, static]

Definition at line 694 of file lo-specfun.cc.

Referenced by cbesj(), cbesy(), zbesi(), zbesj(), and zbesy().

OCTAVE_API FloatComplex log1p ( const Complex x  ) 

Definition at line 614 of file lo-specfun.cc.

References atan2(), and log1p().

double log1p ( double  x  ) 
float log1pf ( float  x  ) 

Definition at line 591 of file lo-specfun.cc.

Referenced by rc_log1p().

FloatComplex rc_lgamma ( float  x  ) 

Definition at line 395 of file lo-specfun.cc.

References ALGAMS(), D_NINT(), F77_XFCN, M_PI, octave_Float_Inf, xisinf(), and xisnan().

Complex rc_lgamma ( double  x  ) 
Complex rc_log1p ( double  x  ) 
FloatComplex rc_log1p ( float  x  ) 

Definition at line 3146 of file lo-specfun.cc.

References f, and log1pf().

double xgamma ( double  x  ) 
float xgamma ( float  x  ) 

Definition at line 356 of file lo-specfun.cc.

References D_NINT(), F77_XFCN, octave_Float_Inf, xgamma(), xisinf(), and xisnan().

float xlgamma ( float  x  ) 

Definition at line 375 of file lo-specfun.cc.

References ALGAMS(), D_NINT(), F77_XFCN, octave_Float_Inf, xisinf(), and xisnan().

double xlgamma ( double  x  ) 

Definition at line 310 of file lo-specfun.cc.

References D_NINT(), DLGAMS(), F77_XFCN, octave_Inf, xisinf(), and xisnan().

static Complex zbesh1 ( const Complex z,
double  alpha,
int  kode,
octave_idx_type ierr 
) [inline, static]

Definition at line 946 of file lo-specfun.cc.

References bessel_return_value(), F77_FUNC(), imag(), M_PI, real, and ZBESH().

static Complex zbesh2 ( const Complex z,
double  alpha,
int  kode,
octave_idx_type ierr 
) [inline, static]

Definition at line 992 of file lo-specfun.cc.

References bessel_return_value(), F77_FUNC(), imag(), M_PI, real, and ZBESH().

static Complex zbesi ( const Complex z,
double  alpha,
int  kode,
octave_idx_type ierr 
) [inline, static]
static Complex zbesj ( const Complex z,
double  alpha,
int  kode,
octave_idx_type ierr 
) [inline, static]

Definition at line 700 of file lo-specfun.cc.

References abs(), bessel_return_value(), F77_FUNC(), is_integer_value(), M_PI, octave_NaN, ZBESJ(), and zbesy().

Referenced by zbesy().

static Complex zbesk ( const Complex z,
double  alpha,
int  kode,
octave_idx_type ierr 
) [inline, static]

Definition at line 891 of file lo-specfun.cc.

References bessel_return_value(), F77_FUNC(), imag(), octave_Inf, real, and ZBESK().

Referenced by zbesi().

static Complex zbesy ( const Complex z,
double  alpha,
int  kode,
octave_idx_type ierr 
) [inline, static]

Definition at line 757 of file lo-specfun.cc.

References abs(), bessel_return_value(), F77_FUNC(), is_integer_value(), M_PI, octave_Inf, octave_NaN, wi, zbesj(), and ZBESY().

Referenced by zbesj().

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines