Navigation

Operators and Keywords

Function List:

C++ API

lo-specfun.h File Reference

#include "oct-cmplx.h"
#include "Array.h"

Include dependency graph for lo-specfun.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Defines

#define octave_liboctave_specfun_h   1

Functions

OCTAVE_API double acosh (double)
OCTAVE_API double asinh (double)
OCTAVE_API double atanh (double)
OCTAVE_API double erf (double)
OCTAVE_API double erfc (double)
OCTAVE_API float acoshf (float)
OCTAVE_API float asinhf (float)
OCTAVE_API float atanhf (float)
OCTAVE_API float erff (float)
OCTAVE_API float erfcf (float)
OCTAVE_API double expm1 (double x)
OCTAVE_API Complex expm1 (const Complex &x)
OCTAVE_API float expm1f (float x)
OCTAVE_API FloatComplex expm1f (const FloatComplex &x)
OCTAVE_API double log1p (double x)
OCTAVE_API Complex log1p (const Complex &x)
OCTAVE_API float log1pf (float x)
OCTAVE_API FloatComplex log1pf (const FloatComplex &x)
OCTAVE_API double xgamma (double x)
OCTAVE_API double xlgamma (double x)
OCTAVE_API Complex xlgamma (const Complex &x)
OCTAVE_API float xgamma (float x)
OCTAVE_API float xlgamma (float x)
OCTAVE_API FloatComplex xlgamma (const FloatComplex &x)
OCTAVE_API Complex besselj (double alpha, const Complex &x, bool scaled, octave_idx_type &ierr)
OCTAVE_API Complex bessely (double alpha, const Complex &x, bool scaled, octave_idx_type &ierr)
OCTAVE_API Complex besseli (double alpha, const Complex &x, bool scaled, octave_idx_type &ierr)
OCTAVE_API Complex besselk (double alpha, const Complex &x, bool scaled, octave_idx_type &ierr)
OCTAVE_API Complex besselh1 (double alpha, const Complex &x, bool scaled, octave_idx_type &ierr)
OCTAVE_API Complex besselh2 (double alpha, const Complex &x, bool scaled, octave_idx_type &ierr)
OCTAVE_API ComplexMatrix besselj (double alpha, const ComplexMatrix &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API ComplexMatrix bessely (double alpha, const ComplexMatrix &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API ComplexMatrix besseli (double alpha, const ComplexMatrix &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API ComplexMatrix besselk (double alpha, const ComplexMatrix &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API ComplexMatrix besselh1 (double alpha, const ComplexMatrix &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API ComplexMatrix besselh2 (double alpha, const ComplexMatrix &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API ComplexMatrix besselj (const Matrix &alpha, const Complex &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API ComplexMatrix bessely (const Matrix &alpha, const Complex &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API ComplexMatrix besseli (const Matrix &alpha, const Complex &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API ComplexMatrix besselk (const Matrix &alpha, const Complex &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API ComplexMatrix besselh1 (const Matrix &alpha, const Complex &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API ComplexMatrix besselh2 (const Matrix &alpha, const Complex &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API ComplexMatrix besselj (const Matrix &alpha, const ComplexMatrix &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API ComplexMatrix bessely (const Matrix &alpha, const ComplexMatrix &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API ComplexMatrix besseli (const Matrix &alpha, const ComplexMatrix &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API ComplexMatrix besselk (const Matrix &alpha, const ComplexMatrix &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API ComplexMatrix besselh1 (const Matrix &alpha, const ComplexMatrix &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API ComplexMatrix besselh2 (const Matrix &alpha, const ComplexMatrix &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API ComplexNDArray besselj (double alpha, const ComplexNDArray &x, bool scaled, Array< octave_idx_type > &ierr)
OCTAVE_API ComplexNDArray bessely (double alpha, const ComplexNDArray &x, bool scaled, Array< octave_idx_type > &ierr)
OCTAVE_API ComplexNDArray besseli (double alpha, const ComplexNDArray &x, bool scaled, Array< octave_idx_type > &ierr)
OCTAVE_API ComplexNDArray besselk (double alpha, const ComplexNDArray &x, bool scaled, Array< octave_idx_type > &ierr)
OCTAVE_API ComplexNDArray besselh1 (double alpha, const ComplexNDArray &x, bool scaled, Array< octave_idx_type > &ierr)
OCTAVE_API ComplexNDArray besselh2 (double alpha, const ComplexNDArray &x, bool scaled, Array< octave_idx_type > &ierr)
OCTAVE_API ComplexNDArray besselj (const NDArray &alpha, const Complex &x, bool scaled, Array< octave_idx_type > &ierr)
OCTAVE_API ComplexNDArray bessely (const NDArray &alpha, const Complex &x, bool scaled, Array< octave_idx_type > &ierr)
OCTAVE_API ComplexNDArray besseli (const NDArray &alpha, const Complex &x, bool scaled, Array< octave_idx_type > &ierr)
OCTAVE_API ComplexNDArray besselk (const NDArray &alpha, const Complex &x, bool scaled, Array< octave_idx_type > &ierr)
OCTAVE_API ComplexNDArray besselh1 (const NDArray &alpha, const Complex &x, bool scaled, Array< octave_idx_type > &ierr)
OCTAVE_API ComplexNDArray besselh2 (const NDArray &alpha, const Complex &x, bool scaled, Array< octave_idx_type > &ierr)
OCTAVE_API ComplexNDArray besselj (const NDArray &alpha, const ComplexNDArray &x, bool scaled, Array< octave_idx_type > &ierr)
OCTAVE_API ComplexNDArray bessely (const NDArray &alpha, const ComplexNDArray &x, bool scaled, Array< octave_idx_type > &ierr)
OCTAVE_API ComplexNDArray besseli (const NDArray &alpha, const ComplexNDArray &x, bool scaled, Array< octave_idx_type > &ierr)
OCTAVE_API ComplexNDArray besselk (const NDArray &alpha, const ComplexNDArray &x, bool scaled, Array< octave_idx_type > &ierr)
OCTAVE_API ComplexNDArray besselh1 (const NDArray &alpha, const ComplexNDArray &x, bool scaled, Array< octave_idx_type > &ierr)
OCTAVE_API ComplexNDArray besselh2 (const NDArray &alpha, const ComplexNDArray &x, bool scaled, Array< octave_idx_type > &ierr)
OCTAVE_API ComplexMatrix besselj (const RowVector &alpha, const ComplexColumnVector &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API ComplexMatrix bessely (const RowVector &alpha, const ComplexColumnVector &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API ComplexMatrix besseli (const RowVector &alpha, const ComplexColumnVector &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API ComplexMatrix besselk (const RowVector &alpha, const ComplexColumnVector &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API ComplexMatrix besselh1 (const RowVector &alpha, const ComplexColumnVector &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API ComplexMatrix besselh2 (const RowVector &alpha, const ComplexColumnVector &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API FloatComplex besselj (float alpha, const FloatComplex &x, bool scaled, octave_idx_type &ierr)
OCTAVE_API FloatComplex bessely (float alpha, const FloatComplex &x, bool scaled, octave_idx_type &ierr)
OCTAVE_API FloatComplex besseli (float alpha, const FloatComplex &x, bool scaled, octave_idx_type &ierr)
OCTAVE_API FloatComplex besselk (float alpha, const FloatComplex &x, bool scaled, octave_idx_type &ierr)
OCTAVE_API FloatComplex besselh1 (float alpha, const FloatComplex &x, bool scaled, octave_idx_type &ierr)
OCTAVE_API FloatComplex besselh2 (float alpha, const FloatComplex &x, bool scaled, octave_idx_type &ierr)
OCTAVE_API FloatComplexMatrix besselj (float alpha, const FloatComplexMatrix &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API FloatComplexMatrix bessely (float alpha, const FloatComplexMatrix &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API FloatComplexMatrix besseli (float alpha, const FloatComplexMatrix &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API FloatComplexMatrix besselk (float alpha, const FloatComplexMatrix &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API FloatComplexMatrix besselh1 (float alpha, const FloatComplexMatrix &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API FloatComplexMatrix besselh2 (float alpha, const FloatComplexMatrix &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API FloatComplexMatrix besselj (const FloatMatrix &alpha, const FloatComplex &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API FloatComplexMatrix bessely (const FloatMatrix &alpha, const FloatComplex &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API FloatComplexMatrix besseli (const FloatMatrix &alpha, const FloatComplex &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API FloatComplexMatrix besselk (const FloatMatrix &alpha, const FloatComplex &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API FloatComplexMatrix besselh1 (const FloatMatrix &alpha, const FloatComplex &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API FloatComplexMatrix besselh2 (const FloatMatrix &alpha, const FloatComplex &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API FloatComplexMatrix besselj (const FloatMatrix &alpha, const FloatComplexMatrix &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API FloatComplexMatrix bessely (const FloatMatrix &alpha, const FloatComplexMatrix &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API FloatComplexMatrix besseli (const FloatMatrix &alpha, const FloatComplexMatrix &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API FloatComplexMatrix besselk (const FloatMatrix &alpha, const FloatComplexMatrix &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API FloatComplexMatrix besselh1 (const FloatMatrix &alpha, const FloatComplexMatrix &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API FloatComplexMatrix besselh2 (const FloatMatrix &alpha, const FloatComplexMatrix &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API FloatComplexNDArray besselj (float alpha, const FloatComplexNDArray &x, bool scaled, Array< octave_idx_type > &ierr)
OCTAVE_API FloatComplexNDArray bessely (float alpha, const FloatComplexNDArray &x, bool scaled, Array< octave_idx_type > &ierr)
OCTAVE_API FloatComplexNDArray besseli (float alpha, const FloatComplexNDArray &x, bool scaled, Array< octave_idx_type > &ierr)
OCTAVE_API FloatComplexNDArray besselk (float alpha, const FloatComplexNDArray &x, bool scaled, Array< octave_idx_type > &ierr)
OCTAVE_API FloatComplexNDArray besselh1 (float alpha, const FloatComplexNDArray &x, bool scaled, Array< octave_idx_type > &ierr)
OCTAVE_API FloatComplexNDArray besselh2 (float alpha, const FloatComplexNDArray &x, bool scaled, Array< octave_idx_type > &ierr)
OCTAVE_API FloatComplexNDArray besselj (const FloatNDArray &alpha, const FloatComplex &x, bool scaled, Array< octave_idx_type > &ierr)
OCTAVE_API FloatComplexNDArray bessely (const FloatNDArray &alpha, const FloatComplex &x, bool scaled, Array< octave_idx_type > &ierr)
OCTAVE_API FloatComplexNDArray besseli (const FloatNDArray &alpha, const FloatComplex &x, bool scaled, Array< octave_idx_type > &ierr)
OCTAVE_API FloatComplexNDArray besselk (const FloatNDArray &alpha, const FloatComplex &x, bool scaled, Array< octave_idx_type > &ierr)
OCTAVE_API FloatComplexNDArray besselh1 (const FloatNDArray &alpha, const FloatComplex &x, bool scaled, Array< octave_idx_type > &ierr)
OCTAVE_API FloatComplexNDArray besselh2 (const FloatNDArray &alpha, const FloatComplex &x, bool scaled, Array< octave_idx_type > &ierr)
OCTAVE_API FloatComplexNDArray besselj (const FloatNDArray &alpha, const FloatComplexNDArray &x, bool scaled, Array< octave_idx_type > &ierr)
OCTAVE_API FloatComplexNDArray bessely (const FloatNDArray &alpha, const FloatComplexNDArray &x, bool scaled, Array< octave_idx_type > &ierr)
OCTAVE_API FloatComplexNDArray besseli (const FloatNDArray &alpha, const FloatComplexNDArray &x, bool scaled, Array< octave_idx_type > &ierr)
OCTAVE_API FloatComplexNDArray besselk (const FloatNDArray &alpha, const FloatComplexNDArray &x, bool scaled, Array< octave_idx_type > &ierr)
OCTAVE_API FloatComplexNDArray besselh1 (const FloatNDArray &alpha, const FloatComplexNDArray &x, bool scaled, Array< octave_idx_type > &ierr)
OCTAVE_API FloatComplexNDArray besselh2 (const FloatNDArray &alpha, const FloatComplexNDArray &x, bool scaled, Array< octave_idx_type > &ierr)
OCTAVE_API FloatComplexMatrix besselj (const FloatRowVector &alpha, const FloatComplexColumnVector &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API FloatComplexMatrix bessely (const FloatRowVector &alpha, const FloatComplexColumnVector &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API FloatComplexMatrix besseli (const FloatRowVector &alpha, const FloatComplexColumnVector &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API FloatComplexMatrix besselk (const FloatRowVector &alpha, const FloatComplexColumnVector &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API FloatComplexMatrix besselh1 (const FloatRowVector &alpha, const FloatComplexColumnVector &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API FloatComplexMatrix besselh2 (const FloatRowVector &alpha, const FloatComplexColumnVector &x, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API Complex airy (const Complex &z, bool deriv, bool scaled, octave_idx_type &ierr)
OCTAVE_API Complex biry (const Complex &z, bool deriv, bool scaled, octave_idx_type &ierr)
OCTAVE_API ComplexMatrix airy (const ComplexMatrix &z, bool deriv, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API ComplexMatrix biry (const ComplexMatrix &z, bool deriv, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API ComplexNDArray airy (const ComplexNDArray &z, bool deriv, bool scaled, Array< octave_idx_type > &ierr)
OCTAVE_API ComplexNDArray biry (const ComplexNDArray &z, bool deriv, bool scaled, Array< octave_idx_type > &ierr)
OCTAVE_API FloatComplex airy (const FloatComplex &z, bool deriv, bool scaled, octave_idx_type &ierr)
OCTAVE_API FloatComplex biry (const FloatComplex &z, bool deriv, bool scaled, octave_idx_type &ierr)
OCTAVE_API FloatComplexMatrix airy (const FloatComplexMatrix &z, bool deriv, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API FloatComplexMatrix biry (const FloatComplexMatrix &z, bool deriv, bool scaled, Array2< octave_idx_type > &ierr)
OCTAVE_API FloatComplexNDArray airy (const FloatComplexNDArray &z, bool deriv, bool scaled, Array< octave_idx_type > &ierr)
OCTAVE_API FloatComplexNDArray biry (const FloatComplexNDArray &z, bool deriv, bool scaled, Array< octave_idx_type > &ierr)
OCTAVE_API double betainc (double x, double a, double b)
OCTAVE_API Matrix betainc (double x, double a, const Matrix &b)
OCTAVE_API Matrix betainc (double x, const Matrix &a, double b)
OCTAVE_API Matrix betainc (double x, const Matrix &a, const Matrix &b)
OCTAVE_API NDArray betainc (double x, double a, const NDArray &b)
OCTAVE_API NDArray betainc (double x, const NDArray &a, double b)
OCTAVE_API NDArray betainc (double x, const NDArray &a, const NDArray &b)
OCTAVE_API Matrix betainc (const Matrix &x, double a, double b)
OCTAVE_API Matrix betainc (const Matrix &x, double a, const Matrix &b)
OCTAVE_API Matrix betainc (const Matrix &x, const Matrix &a, double b)
OCTAVE_API Matrix betainc (const Matrix &x, const Matrix &a, const Matrix &b)
OCTAVE_API NDArray betainc (const NDArray &x, double a, double b)
OCTAVE_API NDArray betainc (const NDArray &x, double a, const NDArray &b)
OCTAVE_API NDArray betainc (const NDArray &x, const NDArray &a, double b)
OCTAVE_API NDArray betainc (const NDArray &x, const NDArray &a, const NDArray &b)
OCTAVE_API float betainc (float x, float a, float b)
OCTAVE_API FloatMatrix betainc (float x, float a, const FloatMatrix &b)
OCTAVE_API FloatMatrix betainc (float x, const FloatMatrix &a, float b)
OCTAVE_API FloatMatrix betainc (float x, const FloatMatrix &a, const FloatMatrix &b)
OCTAVE_API FloatNDArray betainc (float x, float a, const FloatNDArray &b)
OCTAVE_API FloatNDArray betainc (float x, const FloatNDArray &a, float b)
OCTAVE_API FloatNDArray betainc (float x, const FloatNDArray &a, const FloatNDArray &b)
OCTAVE_API FloatMatrix betainc (const FloatMatrix &x, float a, float b)
OCTAVE_API FloatMatrix betainc (const FloatMatrix &x, float a, const FloatMatrix &b)
OCTAVE_API FloatMatrix betainc (const FloatMatrix &x, const FloatMatrix &a, float b)
OCTAVE_API FloatMatrix betainc (const FloatMatrix &x, const FloatMatrix &a, const FloatMatrix &b)
OCTAVE_API FloatNDArray betainc (const FloatNDArray &x, float a, float b)
OCTAVE_API FloatNDArray betainc (const FloatNDArray &x, float a, const FloatNDArray &b)
OCTAVE_API FloatNDArray betainc (const FloatNDArray &x, const FloatNDArray &a, float b)
OCTAVE_API FloatNDArray betainc (const FloatNDArray &x, const FloatNDArray &a, const FloatNDArray &b)
OCTAVE_API double gammainc (double x, double a, bool &err)
OCTAVE_API Matrix gammainc (double x, const Matrix &a)
OCTAVE_API Matrix gammainc (const Matrix &x, double a)
OCTAVE_API Matrix gammainc (const Matrix &x, const Matrix &a)
OCTAVE_API NDArray gammainc (double x, const NDArray &a)
OCTAVE_API NDArray gammainc (const NDArray &x, double a)
OCTAVE_API NDArray gammainc (const NDArray &x, const NDArray &a)
double gammainc (double x, double a)
OCTAVE_API float gammainc (float x, float a, bool &err)
OCTAVE_API FloatMatrix gammainc (float x, const FloatMatrix &a)
OCTAVE_API FloatMatrix gammainc (const FloatMatrix &x, float a)
OCTAVE_API FloatMatrix gammainc (const FloatMatrix &x, const FloatMatrix &a)
OCTAVE_API FloatNDArray gammainc (float x, const FloatNDArray &a)
OCTAVE_API FloatNDArray gammainc (const FloatNDArray &x, float a)
OCTAVE_API FloatNDArray gammainc (const FloatNDArray &x, const FloatNDArray &a)
float gammainc (float x, float a)

Define Documentation

#define octave_liboctave_specfun_h   1


Function Documentation

OCTAVE_API double acosh ( double   ) 

OCTAVE_API float acoshf ( float   ) 

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

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

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

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

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

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

OCTAVE_API double asinh ( double   ) 

OCTAVE_API float asinhf ( float   ) 

OCTAVE_API double atanh ( double   ) 

OCTAVE_API float atanhf ( float   ) 

OCTAVE_API FloatComplexMatrix besselh1 ( const FloatRowVector alpha,
const FloatComplexColumnVector x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API FloatComplexNDArray besselh1 ( const FloatNDArray alpha,
const FloatComplexNDArray x,
bool  scaled,
Array< octave_idx_type > &  ierr 
)

OCTAVE_API FloatComplexNDArray besselh1 ( const FloatNDArray alpha,
const FloatComplex x,
bool  scaled,
Array< octave_idx_type > &  ierr 
)

OCTAVE_API FloatComplexNDArray besselh1 ( float  alpha,
const FloatComplexNDArray x,
bool  scaled,
Array< octave_idx_type > &  ierr 
)

OCTAVE_API FloatComplexMatrix besselh1 ( const FloatMatrix alpha,
const FloatComplexMatrix x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API FloatComplexMatrix besselh1 ( const FloatMatrix alpha,
const FloatComplex x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API FloatComplexMatrix besselh1 ( float  alpha,
const FloatComplexMatrix x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API FloatComplex besselh1 ( float  alpha,
const FloatComplex x,
bool  scaled,
octave_idx_type ierr 
)

OCTAVE_API ComplexMatrix besselh1 ( const RowVector alpha,
const ComplexColumnVector x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API ComplexNDArray besselh1 ( const NDArray alpha,
const ComplexNDArray x,
bool  scaled,
Array< octave_idx_type > &  ierr 
)

OCTAVE_API ComplexNDArray besselh1 ( const NDArray alpha,
const Complex x,
bool  scaled,
Array< octave_idx_type > &  ierr 
)

OCTAVE_API ComplexNDArray besselh1 ( double  alpha,
const ComplexNDArray x,
bool  scaled,
Array< octave_idx_type > &  ierr 
)

OCTAVE_API ComplexMatrix besselh1 ( const Matrix alpha,
const ComplexMatrix x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API ComplexMatrix besselh1 ( const Matrix alpha,
const Complex x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API ComplexMatrix besselh1 ( double  alpha,
const ComplexMatrix x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API Complex besselh1 ( double  alpha,
const Complex x,
bool  scaled,
octave_idx_type ierr 
)

OCTAVE_API FloatComplexMatrix besselh2 ( const FloatRowVector alpha,
const FloatComplexColumnVector x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API FloatComplexNDArray besselh2 ( const FloatNDArray alpha,
const FloatComplexNDArray x,
bool  scaled,
Array< octave_idx_type > &  ierr 
)

OCTAVE_API FloatComplexNDArray besselh2 ( const FloatNDArray alpha,
const FloatComplex x,
bool  scaled,
Array< octave_idx_type > &  ierr 
)

OCTAVE_API FloatComplexNDArray besselh2 ( float  alpha,
const FloatComplexNDArray x,
bool  scaled,
Array< octave_idx_type > &  ierr 
)

OCTAVE_API FloatComplexMatrix besselh2 ( const FloatMatrix alpha,
const FloatComplexMatrix x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API FloatComplexMatrix besselh2 ( const FloatMatrix alpha,
const FloatComplex x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API FloatComplexMatrix besselh2 ( float  alpha,
const FloatComplexMatrix x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API FloatComplex besselh2 ( float  alpha,
const FloatComplex x,
bool  scaled,
octave_idx_type ierr 
)

OCTAVE_API ComplexMatrix besselh2 ( const RowVector alpha,
const ComplexColumnVector x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API ComplexNDArray besselh2 ( const NDArray alpha,
const ComplexNDArray x,
bool  scaled,
Array< octave_idx_type > &  ierr 
)

OCTAVE_API ComplexNDArray besselh2 ( const NDArray alpha,
const Complex x,
bool  scaled,
Array< octave_idx_type > &  ierr 
)

OCTAVE_API ComplexNDArray besselh2 ( double  alpha,
const ComplexNDArray x,
bool  scaled,
Array< octave_idx_type > &  ierr 
)

OCTAVE_API ComplexMatrix besselh2 ( const Matrix alpha,
const ComplexMatrix x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API ComplexMatrix besselh2 ( const Matrix alpha,
const Complex x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API ComplexMatrix besselh2 ( double  alpha,
const ComplexMatrix x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API Complex besselh2 ( double  alpha,
const Complex x,
bool  scaled,
octave_idx_type ierr 
)

OCTAVE_API FloatComplexMatrix besseli ( const FloatRowVector alpha,
const FloatComplexColumnVector x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API FloatComplexNDArray besseli ( const FloatNDArray alpha,
const FloatComplexNDArray x,
bool  scaled,
Array< octave_idx_type > &  ierr 
)

OCTAVE_API FloatComplexNDArray besseli ( const FloatNDArray alpha,
const FloatComplex x,
bool  scaled,
Array< octave_idx_type > &  ierr 
)

OCTAVE_API FloatComplexNDArray besseli ( float  alpha,
const FloatComplexNDArray x,
bool  scaled,
Array< octave_idx_type > &  ierr 
)

OCTAVE_API FloatComplexMatrix besseli ( const FloatMatrix alpha,
const FloatComplexMatrix x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API FloatComplexMatrix besseli ( const FloatMatrix alpha,
const FloatComplex x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API FloatComplexMatrix besseli ( float  alpha,
const FloatComplexMatrix x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API FloatComplex besseli ( float  alpha,
const FloatComplex x,
bool  scaled,
octave_idx_type ierr 
)

OCTAVE_API ComplexMatrix besseli ( const RowVector alpha,
const ComplexColumnVector x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API ComplexNDArray besseli ( const NDArray alpha,
const ComplexNDArray x,
bool  scaled,
Array< octave_idx_type > &  ierr 
)

OCTAVE_API ComplexNDArray besseli ( const NDArray alpha,
const Complex x,
bool  scaled,
Array< octave_idx_type > &  ierr 
)

OCTAVE_API ComplexNDArray besseli ( double  alpha,
const ComplexNDArray x,
bool  scaled,
Array< octave_idx_type > &  ierr 
)

OCTAVE_API ComplexMatrix besseli ( const Matrix alpha,
const ComplexMatrix x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API ComplexMatrix besseli ( const Matrix alpha,
const Complex x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API ComplexMatrix besseli ( double  alpha,
const ComplexMatrix x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API Complex besseli ( double  alpha,
const Complex x,
bool  scaled,
octave_idx_type ierr 
)

OCTAVE_API FloatComplexMatrix besselj ( const FloatRowVector alpha,
const FloatComplexColumnVector x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API FloatComplexNDArray besselj ( const FloatNDArray alpha,
const FloatComplexNDArray x,
bool  scaled,
Array< octave_idx_type > &  ierr 
)

OCTAVE_API FloatComplexNDArray besselj ( const FloatNDArray alpha,
const FloatComplex x,
bool  scaled,
Array< octave_idx_type > &  ierr 
)

OCTAVE_API FloatComplexNDArray besselj ( float  alpha,
const FloatComplexNDArray x,
bool  scaled,
Array< octave_idx_type > &  ierr 
)

OCTAVE_API FloatComplexMatrix besselj ( const FloatMatrix alpha,
const FloatComplexMatrix x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API FloatComplexMatrix besselj ( const FloatMatrix alpha,
const FloatComplex x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API FloatComplexMatrix besselj ( float  alpha,
const FloatComplexMatrix x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API FloatComplex besselj ( float  alpha,
const FloatComplex x,
bool  scaled,
octave_idx_type ierr 
)

OCTAVE_API ComplexMatrix besselj ( const RowVector alpha,
const ComplexColumnVector x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API ComplexNDArray besselj ( const NDArray alpha,
const ComplexNDArray x,
bool  scaled,
Array< octave_idx_type > &  ierr 
)

OCTAVE_API ComplexNDArray besselj ( const NDArray alpha,
const Complex x,
bool  scaled,
Array< octave_idx_type > &  ierr 
)

OCTAVE_API ComplexNDArray besselj ( double  alpha,
const ComplexNDArray x,
bool  scaled,
Array< octave_idx_type > &  ierr 
)

OCTAVE_API ComplexMatrix besselj ( const Matrix alpha,
const ComplexMatrix x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API ComplexMatrix besselj ( const Matrix alpha,
const Complex x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API ComplexMatrix besselj ( double  alpha,
const ComplexMatrix x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API Complex besselj ( double  alpha,
const Complex x,
bool  scaled,
octave_idx_type ierr 
)

OCTAVE_API FloatComplexMatrix besselk ( const FloatRowVector alpha,
const FloatComplexColumnVector x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API FloatComplexNDArray besselk ( const FloatNDArray alpha,
const FloatComplexNDArray x,
bool  scaled,
Array< octave_idx_type > &  ierr 
)

OCTAVE_API FloatComplexNDArray besselk ( const FloatNDArray alpha,
const FloatComplex x,
bool  scaled,
Array< octave_idx_type > &  ierr 
)

OCTAVE_API FloatComplexNDArray besselk ( float  alpha,
const FloatComplexNDArray x,
bool  scaled,
Array< octave_idx_type > &  ierr 
)

OCTAVE_API FloatComplexMatrix besselk ( const FloatMatrix alpha,
const FloatComplexMatrix x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API FloatComplexMatrix besselk ( const FloatMatrix alpha,
const FloatComplex x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API FloatComplexMatrix besselk ( float  alpha,
const FloatComplexMatrix x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API FloatComplex besselk ( float  alpha,
const FloatComplex x,
bool  scaled,
octave_idx_type ierr 
)

OCTAVE_API ComplexMatrix besselk ( const RowVector alpha,
const ComplexColumnVector x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API ComplexNDArray besselk ( const NDArray alpha,
const ComplexNDArray x,
bool  scaled,
Array< octave_idx_type > &  ierr 
)

OCTAVE_API ComplexNDArray besselk ( const NDArray alpha,
const Complex x,
bool  scaled,
Array< octave_idx_type > &  ierr 
)

OCTAVE_API ComplexNDArray besselk ( double  alpha,
const ComplexNDArray x,
bool  scaled,
Array< octave_idx_type > &  ierr 
)

OCTAVE_API ComplexMatrix besselk ( const Matrix alpha,
const ComplexMatrix x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API ComplexMatrix besselk ( const Matrix alpha,
const Complex x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API ComplexMatrix besselk ( double  alpha,
const ComplexMatrix x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API Complex besselk ( double  alpha,
const Complex x,
bool  scaled,
octave_idx_type ierr 
)

OCTAVE_API FloatComplexMatrix bessely ( const FloatRowVector alpha,
const FloatComplexColumnVector x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API FloatComplexNDArray bessely ( const FloatNDArray alpha,
const FloatComplexNDArray x,
bool  scaled,
Array< octave_idx_type > &  ierr 
)

OCTAVE_API FloatComplexNDArray bessely ( const FloatNDArray alpha,
const FloatComplex x,
bool  scaled,
Array< octave_idx_type > &  ierr 
)

OCTAVE_API FloatComplexNDArray bessely ( float  alpha,
const FloatComplexNDArray x,
bool  scaled,
Array< octave_idx_type > &  ierr 
)

OCTAVE_API FloatComplexMatrix bessely ( const FloatMatrix alpha,
const FloatComplexMatrix x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API FloatComplexMatrix bessely ( const FloatMatrix alpha,
const FloatComplex x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API FloatComplexMatrix bessely ( float  alpha,
const FloatComplexMatrix x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API FloatComplex bessely ( float  alpha,
const FloatComplex x,
bool  scaled,
octave_idx_type ierr 
)

OCTAVE_API ComplexMatrix bessely ( const RowVector alpha,
const ComplexColumnVector x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API ComplexNDArray bessely ( const NDArray alpha,
const ComplexNDArray x,
bool  scaled,
Array< octave_idx_type > &  ierr 
)

OCTAVE_API ComplexNDArray bessely ( const NDArray alpha,
const Complex x,
bool  scaled,
Array< octave_idx_type > &  ierr 
)

OCTAVE_API ComplexNDArray bessely ( double  alpha,
const ComplexNDArray x,
bool  scaled,
Array< octave_idx_type > &  ierr 
)

OCTAVE_API ComplexMatrix bessely ( const Matrix alpha,
const ComplexMatrix x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API ComplexMatrix bessely ( const Matrix alpha,
const Complex x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API ComplexMatrix bessely ( double  alpha,
const ComplexMatrix x,
bool  scaled,
Array2< octave_idx_type > &  ierr 
)

OCTAVE_API Complex bessely ( double  alpha,
const Complex x,
bool  scaled,
octave_idx_type ierr 
)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

OCTAVE_API float betainc ( float  x,
float  a,
float  b 
)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

OCTAVE_API double betainc ( double  x,
double  a,
double  b 
)

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

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

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

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

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

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

OCTAVE_API double erf ( double   ) 

OCTAVE_API double erfc ( double   ) 

OCTAVE_API float erfcf ( float   ) 

OCTAVE_API float erff ( float   ) 

OCTAVE_API Complex expm1 ( const Complex x  ) 

OCTAVE_API double expm1 ( double  x  ) 

OCTAVE_API FloatComplex expm1f ( const FloatComplex x  ) 

OCTAVE_API float expm1f ( float  x  ) 

float gammainc ( float  x,
float  a 
) [inline]

OCTAVE_API FloatNDArray gammainc ( const FloatNDArray x,
const FloatNDArray a 
)

OCTAVE_API FloatNDArray gammainc ( const FloatNDArray x,
float  a 
)

OCTAVE_API FloatNDArray gammainc ( float  x,
const FloatNDArray a 
)

OCTAVE_API FloatMatrix gammainc ( const FloatMatrix x,
const FloatMatrix a 
)

OCTAVE_API FloatMatrix gammainc ( const FloatMatrix x,
float  a 
)

OCTAVE_API FloatMatrix gammainc ( float  x,
const FloatMatrix a 
)

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

double gammainc ( double  x,
double  a 
) [inline]

OCTAVE_API NDArray gammainc ( const NDArray x,
const NDArray a 
)

OCTAVE_API NDArray gammainc ( const NDArray x,
double  a 
)

OCTAVE_API NDArray gammainc ( double  x,
const NDArray a 
)

OCTAVE_API Matrix gammainc ( const Matrix x,
const Matrix a 
)

OCTAVE_API Matrix gammainc ( const Matrix x,
double  a 
)

OCTAVE_API Matrix gammainc ( double  x,
const Matrix a 
)

OCTAVE_API double gammainc ( double  x,
double  a,
bool err 
)

OCTAVE_API Complex log1p ( const Complex x  ) 

OCTAVE_API double log1p ( double  x  ) 

OCTAVE_API FloatComplex log1pf ( const FloatComplex x  ) 

OCTAVE_API float log1pf ( float  x  ) 

OCTAVE_API float xgamma ( float  x  ) 

OCTAVE_API double xgamma ( double  x  ) 

OCTAVE_API FloatComplex xlgamma ( const FloatComplex x  ) 

OCTAVE_API float xlgamma ( float  x  ) 

OCTAVE_API Complex xlgamma ( const Complex x  ) 

OCTAVE_API double xlgamma ( double  x  )