Go to the source code of this file.
Definition at line 42 of file lo-specfun.h.
|
inline |
Definition at line 43 of file lo-specfun.h.
|
inline |
Definition at line 40 of file lo-specfun.h.
References x.
Referenced by acosh(), Facosh(), and rc_acosh().
|
inline |
Definition at line 41 of file lo-specfun.h.
References x.
Complex airy | ( | const Complex & | z, |
bool | deriv, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 129 of file lo-specfun.cc.
References F77_FUNC(), ierr, and zairy().
ComplexMatrix airy | ( | const ComplexMatrix & | z, |
bool | deriv, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 152 of file lo-specfun.cc.
References airy(), Array< T, Alloc >::cols(), ierr, and Array< T, Alloc >::rows().
ComplexNDArray airy | ( | const ComplexNDArray & | z, |
bool | deriv, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 170 of file lo-specfun.cc.
References airy(), Array< T, Alloc >::dims(), ierr, and dim_vector::numel().
FloatComplex airy | ( | const FloatComplex & | z, |
bool | deriv, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 186 of file lo-specfun.cc.
References cairy(), F77_CMPLX_ARG, F77_CONST_CMPLX_ARG, F77_FUNC(), and ierr.
FloatComplexMatrix airy | ( | const FloatComplexMatrix & | z, |
bool | deriv, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 210 of file lo-specfun.cc.
References airy(), Array< T, Alloc >::cols(), ierr, and Array< T, Alloc >::rows().
FloatComplexNDArray airy | ( | const FloatComplexNDArray & | z, |
bool | deriv, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 228 of file lo-specfun.cc.
References airy(), Array< T, Alloc >::dims(), ierr, and dim_vector::numel().
Definition at line 60 of file lo-specfun.h.
|
inline |
Definition at line 61 of file lo-specfun.h.
|
inline |
|
inline |
Definition at line 59 of file lo-specfun.h.
References x.
Definition at line 65 of file lo-specfun.h.
|
inline |
Definition at line 66 of file lo-specfun.h.
|
inline |
Definition at line 63 of file lo-specfun.h.
References x.
Referenced by atanh(), Fatanh(), and rc_atanh().
|
inline |
Definition at line 64 of file lo-specfun.h.
References x.
FloatComplexMatrix besselh1 | ( | const FloatMatrix & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1337 of file lo-specfun.cc.
FloatComplexMatrix besselh1 | ( | const FloatMatrix & | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1337 of file lo-specfun.cc.
FloatComplexNDArray besselh1 | ( | const FloatNDArray & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1337 of file lo-specfun.cc.
FloatComplexNDArray besselh1 | ( | const FloatNDArray & | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1337 of file lo-specfun.cc.
FloatComplexMatrix besselh1 | ( | const FloatRowVector & | alpha, |
const FloatComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1337 of file lo-specfun.cc.
ComplexMatrix besselh1 | ( | const Matrix & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 792 of file lo-specfun.cc.
ComplexMatrix besselh1 | ( | const Matrix & | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 792 of file lo-specfun.cc.
ComplexNDArray besselh1 | ( | const NDArray & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 792 of file lo-specfun.cc.
ComplexNDArray besselh1 | ( | const NDArray & | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 792 of file lo-specfun.cc.
ComplexMatrix besselh1 | ( | const RowVector & | alpha, |
const ComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 792 of file lo-specfun.cc.
Complex besselh1 | ( | double | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 792 of file lo-specfun.cc.
ComplexMatrix besselh1 | ( | double | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 792 of file lo-specfun.cc.
ComplexNDArray besselh1 | ( | double | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 792 of file lo-specfun.cc.
FloatComplex besselh1 | ( | float | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1337 of file lo-specfun.cc.
FloatComplexMatrix besselh1 | ( | float | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1337 of file lo-specfun.cc.
FloatComplexNDArray besselh1 | ( | float | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1337 of file lo-specfun.cc.
FloatComplexMatrix besselh2 | ( | const FloatMatrix & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1338 of file lo-specfun.cc.
FloatComplexMatrix besselh2 | ( | const FloatMatrix & | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1338 of file lo-specfun.cc.
FloatComplexNDArray besselh2 | ( | const FloatNDArray & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1338 of file lo-specfun.cc.
FloatComplexNDArray besselh2 | ( | const FloatNDArray & | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1338 of file lo-specfun.cc.
FloatComplexMatrix besselh2 | ( | const FloatRowVector & | alpha, |
const FloatComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1338 of file lo-specfun.cc.
ComplexMatrix besselh2 | ( | const Matrix & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 793 of file lo-specfun.cc.
ComplexMatrix besselh2 | ( | const Matrix & | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 793 of file lo-specfun.cc.
ComplexNDArray besselh2 | ( | const NDArray & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 793 of file lo-specfun.cc.
ComplexNDArray besselh2 | ( | const NDArray & | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 793 of file lo-specfun.cc.
ComplexMatrix besselh2 | ( | const RowVector & | alpha, |
const ComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 793 of file lo-specfun.cc.
Complex besselh2 | ( | double | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 793 of file lo-specfun.cc.
ComplexMatrix besselh2 | ( | double | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 793 of file lo-specfun.cc.
ComplexNDArray besselh2 | ( | double | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 793 of file lo-specfun.cc.
FloatComplex besselh2 | ( | float | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1338 of file lo-specfun.cc.
FloatComplexMatrix besselh2 | ( | float | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1338 of file lo-specfun.cc.
FloatComplexNDArray besselh2 | ( | float | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1338 of file lo-specfun.cc.
FloatComplexMatrix besseli | ( | const FloatMatrix & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1335 of file lo-specfun.cc.
FloatComplexMatrix besseli | ( | const FloatMatrix & | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1335 of file lo-specfun.cc.
FloatComplexNDArray besseli | ( | const FloatNDArray & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1335 of file lo-specfun.cc.
FloatComplexNDArray besseli | ( | const FloatNDArray & | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1335 of file lo-specfun.cc.
FloatComplexMatrix besseli | ( | const FloatRowVector & | alpha, |
const FloatComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1335 of file lo-specfun.cc.
ComplexMatrix besseli | ( | const Matrix & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 790 of file lo-specfun.cc.
ComplexMatrix besseli | ( | const Matrix & | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 790 of file lo-specfun.cc.
ComplexNDArray besseli | ( | const NDArray & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 790 of file lo-specfun.cc.
ComplexNDArray besseli | ( | const NDArray & | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 790 of file lo-specfun.cc.
ComplexMatrix besseli | ( | const RowVector & | alpha, |
const ComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 790 of file lo-specfun.cc.
Complex besseli | ( | double | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 790 of file lo-specfun.cc.
ComplexMatrix besseli | ( | double | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 790 of file lo-specfun.cc.
ComplexNDArray besseli | ( | double | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 790 of file lo-specfun.cc.
FloatComplex besseli | ( | float | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1335 of file lo-specfun.cc.
FloatComplexMatrix besseli | ( | float | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1335 of file lo-specfun.cc.
FloatComplexNDArray besseli | ( | float | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1335 of file lo-specfun.cc.
FloatComplexMatrix besselj | ( | const FloatMatrix & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1333 of file lo-specfun.cc.
FloatComplexMatrix besselj | ( | const FloatMatrix & | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1333 of file lo-specfun.cc.
FloatComplexNDArray besselj | ( | const FloatNDArray & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1333 of file lo-specfun.cc.
FloatComplexNDArray besselj | ( | const FloatNDArray & | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1333 of file lo-specfun.cc.
FloatComplexMatrix besselj | ( | const FloatRowVector & | alpha, |
const FloatComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1333 of file lo-specfun.cc.
ComplexMatrix besselj | ( | const Matrix & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 788 of file lo-specfun.cc.
ComplexMatrix besselj | ( | const Matrix & | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 788 of file lo-specfun.cc.
ComplexNDArray besselj | ( | const NDArray & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 788 of file lo-specfun.cc.
ComplexNDArray besselj | ( | const NDArray & | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 788 of file lo-specfun.cc.
ComplexMatrix besselj | ( | const RowVector & | alpha, |
const ComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 788 of file lo-specfun.cc.
Complex besselj | ( | double | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 788 of file lo-specfun.cc.
ComplexMatrix besselj | ( | double | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 788 of file lo-specfun.cc.
ComplexNDArray besselj | ( | double | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 788 of file lo-specfun.cc.
FloatComplex besselj | ( | float | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1333 of file lo-specfun.cc.
FloatComplexMatrix besselj | ( | float | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1333 of file lo-specfun.cc.
FloatComplexNDArray besselj | ( | float | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1333 of file lo-specfun.cc.
FloatComplexMatrix besselk | ( | const FloatMatrix & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1336 of file lo-specfun.cc.
FloatComplexMatrix besselk | ( | const FloatMatrix & | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1336 of file lo-specfun.cc.
FloatComplexNDArray besselk | ( | const FloatNDArray & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1336 of file lo-specfun.cc.
FloatComplexNDArray besselk | ( | const FloatNDArray & | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1336 of file lo-specfun.cc.
FloatComplexMatrix besselk | ( | const FloatRowVector & | alpha, |
const FloatComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1336 of file lo-specfun.cc.
ComplexMatrix besselk | ( | const Matrix & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 791 of file lo-specfun.cc.
ComplexMatrix besselk | ( | const Matrix & | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 791 of file lo-specfun.cc.
ComplexNDArray besselk | ( | const NDArray & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 791 of file lo-specfun.cc.
ComplexNDArray besselk | ( | const NDArray & | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 791 of file lo-specfun.cc.
ComplexMatrix besselk | ( | const RowVector & | alpha, |
const ComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 791 of file lo-specfun.cc.
Complex besselk | ( | double | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 791 of file lo-specfun.cc.
ComplexMatrix besselk | ( | double | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 791 of file lo-specfun.cc.
ComplexNDArray besselk | ( | double | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 791 of file lo-specfun.cc.
FloatComplex besselk | ( | float | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1336 of file lo-specfun.cc.
FloatComplexMatrix besselk | ( | float | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1336 of file lo-specfun.cc.
FloatComplexNDArray besselk | ( | float | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1336 of file lo-specfun.cc.
FloatComplexMatrix bessely | ( | const FloatMatrix & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1334 of file lo-specfun.cc.
FloatComplexMatrix bessely | ( | const FloatMatrix & | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1334 of file lo-specfun.cc.
FloatComplexNDArray bessely | ( | const FloatNDArray & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1334 of file lo-specfun.cc.
FloatComplexNDArray bessely | ( | const FloatNDArray & | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1334 of file lo-specfun.cc.
FloatComplexMatrix bessely | ( | const FloatRowVector & | alpha, |
const FloatComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1334 of file lo-specfun.cc.
ComplexMatrix bessely | ( | const Matrix & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 789 of file lo-specfun.cc.
ComplexMatrix bessely | ( | const Matrix & | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 789 of file lo-specfun.cc.
ComplexNDArray bessely | ( | const NDArray & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 789 of file lo-specfun.cc.
ComplexNDArray bessely | ( | const NDArray & | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 789 of file lo-specfun.cc.
ComplexMatrix bessely | ( | const RowVector & | alpha, |
const ComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 789 of file lo-specfun.cc.
Complex bessely | ( | double | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 789 of file lo-specfun.cc.
ComplexMatrix bessely | ( | double | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 789 of file lo-specfun.cc.
ComplexNDArray bessely | ( | double | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 789 of file lo-specfun.cc.
FloatComplex bessely | ( | float | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1334 of file lo-specfun.cc.
FloatComplexMatrix bessely | ( | float | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1334 of file lo-specfun.cc.
FloatComplexNDArray bessely | ( | float | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1334 of file lo-specfun.cc.
Complex biry | ( | const Complex & | z, |
bool | deriv, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1351 of file lo-specfun.cc.
References F77_FUNC(), ierr, and zbiry().
ComplexMatrix biry | ( | const ComplexMatrix & | z, |
bool | deriv, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1374 of file lo-specfun.cc.
References biry(), Array< T, Alloc >::cols(), ierr, and Array< T, Alloc >::rows().
ComplexNDArray biry | ( | const ComplexNDArray & | z, |
bool | deriv, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1392 of file lo-specfun.cc.
References biry(), Array< T, Alloc >::dims(), ierr, and dim_vector::numel().
FloatComplex biry | ( | const FloatComplex & | z, |
bool | deriv, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1408 of file lo-specfun.cc.
References cbiry(), F77_CMPLX_ARG, F77_CONST_CMPLX_ARG, F77_FUNC(), and ierr.
FloatComplexMatrix biry | ( | const FloatComplexMatrix & | z, |
bool | deriv, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1432 of file lo-specfun.cc.
References biry(), Array< T, Alloc >::cols(), ierr, and Array< T, Alloc >::rows().
FloatComplexNDArray biry | ( | const FloatComplexNDArray & | z, |
bool | deriv, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1450 of file lo-specfun.cc.
References biry(), Array< T, Alloc >::dims(), ierr, and dim_vector::numel().
|
inline |
|
inline |
Definition at line 290 of file lo-specfun.h.
References x.
Definition at line 1472 of file lo-specfun.cc.
References Faddeeva::Dawson(), and x.
FloatComplex dawson | ( | const FloatComplex & | x | ) |
Definition at line 1478 of file lo-specfun.cc.
References Faddeeva::Dawson(), and x.
double dawson | ( | double | x | ) |
Definition at line 1467 of file lo-specfun.cc.
References Faddeeva::Dawson(), and x.
Referenced by Fdawson().
float dawson | ( | float | x | ) |
Definition at line 1469 of file lo-specfun.cc.
References Faddeeva::Dawson(), and x.
Definition at line 1560 of file lo-specfun.cc.
void ellipj | ( | double | u, |
double | m, | ||
double & | sn, | ||
double & | cn, | ||
double & | dn, | ||
double & | err | ||
) |
Definition at line 1487 of file lo-specfun.cc.
References asin(), lo_ieee_nan_value(), m, and n.
Definition at line 1588 of file lo-specfun.cc.
References Faddeeva::erf(), and x.
FloatComplex erf | ( | const FloatComplex & | x | ) |
Definition at line 1594 of file lo-specfun.cc.
References Faddeeva::erf(), and x.
|
inline |
Definition at line 302 of file lo-specfun.h.
References x.
|
inline |
Definition at line 303 of file lo-specfun.h.
References x.
Definition at line 1603 of file lo-specfun.cc.
References Faddeeva::erfc(), and x.
FloatComplex erfc | ( | const FloatComplex & | x | ) |
Definition at line 1609 of file lo-specfun.cc.
References Faddeeva::erfc(), and x.
|
inline |
Definition at line 307 of file lo-specfun.h.
References x.
|
inline |
Definition at line 308 of file lo-specfun.h.
References x.
double erfcinv | ( | double | x | ) |
Definition at line 1697 of file lo-specfun.cc.
Referenced by Ferfcinv().
float erfcinv | ( | float | x | ) |
Definition at line 1703 of file lo-specfun.cc.
Definition at line 1715 of file lo-specfun.cc.
References Faddeeva::erfcx(), and x.
FloatComplex erfcx | ( | const FloatComplex & | x | ) |
Definition at line 1721 of file lo-specfun.cc.
References Faddeeva::erfcx(), and x.
double erfcx | ( | double | x | ) |
Definition at line 1710 of file lo-specfun.cc.
References Faddeeva::erfcx(), and x.
float erfcx | ( | float | x | ) |
Definition at line 1712 of file lo-specfun.cc.
References Faddeeva::erfcx(), and x.
Definition at line 1736 of file lo-specfun.cc.
References Faddeeva::erfi(), and x.
FloatComplex erfi | ( | const FloatComplex & | x | ) |
Definition at line 1742 of file lo-specfun.cc.
References Faddeeva::erfi(), and x.
double erfi | ( | double | x | ) |
Definition at line 1731 of file lo-specfun.cc.
References Faddeeva::erfi(), and x.
float erfi | ( | float | x | ) |
Definition at line 1733 of file lo-specfun.cc.
References Faddeeva::erfi(), and x.
double erfinv | ( | double | x | ) |
Definition at line 1823 of file lo-specfun.cc.
Referenced by Ferfinv().
float erfinv | ( | float | x | ) |
Definition at line 1829 of file lo-specfun.cc.
Definition at line 1835 of file lo-specfun.cc.
Referenced by Fexpm1().
FloatComplex expm1 | ( | const FloatComplex & | x | ) |
Definition at line 1854 of file lo-specfun.cc.
|
inline |
Definition at line 328 of file lo-specfun.h.
References x.
|
inline |
Definition at line 329 of file lo-specfun.h.
References x.
double gamma | ( | double | x | ) |
Definition at line 1873 of file lo-specfun.cc.
References Inf, isinf(), isnan(), NaN, negative_sign(), x, and x_nint().
Referenced by xpsi().
float gamma | ( | float | x | ) |
Definition at line 1896 of file lo-specfun.cc.
References Inf, isinf(), isnan(), NaN, negative_sign(), x, and x_nint().
|
inline |
Definition at line 336 of file lo-specfun.h.
References x.
Referenced by ddaspk(), ddasrt(), ddassl(), Flgamma(), and rc_lgamma().
|
inline |
Definition at line 337 of file lo-specfun.h.
References x.
Definition at line 1919 of file lo-specfun.cc.
Referenced by Flog1p(), log1p(), and rc_log1p().
FloatComplex log1p | ( | const FloatComplex & | x | ) |
Definition at line 1938 of file lo-specfun.cc.
|
inline |
Definition at line 339 of file lo-specfun.h.
References x.
|
inline |
Definition at line 340 of file lo-specfun.h.
References x.
Definition at line 2112 of file lo-specfun.cc.
References xpsi().
FloatComplex psi | ( | const FloatComplex & | x | ) |
Definition at line 2114 of file lo-specfun.cc.
References xpsi().
double psi | ( | double | x | ) |
float psi | ( | float | x | ) |
Definition at line 2063 of file lo-specfun.cc.
References xpsi().
double psi | ( | octave_idx_type | n, |
double | z | ||
) |
Definition at line 2172 of file lo-specfun.cc.
float psi | ( | octave_idx_type | n, |
float | z | ||
) |
Definition at line 2174 of file lo-specfun.cc.
Complex rc_lgamma | ( | double | x | ) |
Definition at line 2177 of file lo-specfun.cc.
FloatComplex rc_lgamma | ( | float | x | ) |
Definition at line 2196 of file lo-specfun.cc.
References x.
Complex rc_log1p | ( | double | x | ) |
Definition at line 2215 of file lo-specfun.cc.
FloatComplex rc_log1p | ( | float | x | ) |
Definition at line 2223 of file lo-specfun.cc.