GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
Go to the source code of this file.
Definition at line 190 of file lo-specfun.cc.
Definition at line 200 of file lo-specfun.cc.
References F77_XFCN, and xacosh().
Referenced by rc_acosh().
OCTAVE_API Complex airy | ( | const Complex & | z, |
bool | deriv, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1981 of file lo-specfun.cc.
References bessel_return_value(), F77_FUNC(), ierr, imag(), real, and zairy().
Referenced by airy(), Fairy(), and install_besselj_fcns().
OCTAVE_API ComplexMatrix airy | ( | const ComplexMatrix & | z, |
bool | deriv, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 2047 of file lo-specfun.cc.
References airy(), Array< T >::cols(), ierr, Array< T >::resize(), and Array< T >::rows().
OCTAVE_API ComplexNDArray airy | ( | const ComplexNDArray & | z, |
bool | deriv, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 2083 of file lo-specfun.cc.
References airy(), Array< T >::dims(), ierr, dim_vector::numel(), and Array< T >::resize().
OCTAVE_API FloatComplexMatrix airy | ( | const FloatComplexMatrix & | z, |
bool | deriv, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 2182 of file lo-specfun.cc.
References airy(), Array< T >::cols(), ierr, Array< T >::resize(), and Array< T >::rows().
OCTAVE_API FloatComplexNDArray airy | ( | const FloatComplexNDArray & | z, |
bool | deriv, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 2218 of file lo-specfun.cc.
References airy(), Array< T >::dims(), ierr, dim_vector::numel(), and Array< T >::resize().
Definition at line 210 of file lo-specfun.cc.
Definition at line 220 of file lo-specfun.cc.
References F77_XFCN, and xasinh().
Referenced by octave_float_matrix::map(), and octave_float_scalar::map().
Definition at line 230 of file lo-specfun.cc.
Definition at line 240 of file lo-specfun.cc.
References F77_XFCN, and xatanh().
Referenced by rc_atanh().
OCTAVE_API Complex besselh1 | ( | double | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1356 of file lo-specfun.cc.
OCTAVE_API ComplexMatrix besselh1 | ( | double | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1356 of file lo-specfun.cc.
OCTAVE_API ComplexMatrix besselh1 | ( | const Matrix & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1356 of file lo-specfun.cc.
OCTAVE_API ComplexMatrix besselh1 | ( | const Matrix & | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1356 of file lo-specfun.cc.
OCTAVE_API ComplexNDArray besselh1 | ( | double | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1356 of file lo-specfun.cc.
OCTAVE_API ComplexNDArray besselh1 | ( | const NDArray & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1356 of file lo-specfun.cc.
OCTAVE_API ComplexNDArray besselh1 | ( | const NDArray & | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1356 of file lo-specfun.cc.
OCTAVE_API ComplexMatrix besselh1 | ( | const RowVector & | alpha, |
const ComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1356 of file lo-specfun.cc.
OCTAVE_API FloatComplex besselh1 | ( | float | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1967 of file lo-specfun.cc.
OCTAVE_API FloatComplexMatrix besselh1 | ( | float | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1967 of file lo-specfun.cc.
OCTAVE_API FloatComplexMatrix besselh1 | ( | const FloatMatrix & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1967 of file lo-specfun.cc.
OCTAVE_API FloatComplexMatrix besselh1 | ( | const FloatMatrix & | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1967 of file lo-specfun.cc.
OCTAVE_API FloatComplexNDArray besselh1 | ( | float | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1967 of file lo-specfun.cc.
OCTAVE_API FloatComplexNDArray besselh1 | ( | const FloatNDArray & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1967 of file lo-specfun.cc.
OCTAVE_API FloatComplexNDArray besselh1 | ( | const FloatNDArray & | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1967 of file lo-specfun.cc.
OCTAVE_API FloatComplexMatrix besselh1 | ( | const FloatRowVector & | alpha, |
const FloatComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1967 of file lo-specfun.cc.
OCTAVE_API Complex besselh2 | ( | double | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1357 of file lo-specfun.cc.
OCTAVE_API ComplexMatrix besselh2 | ( | double | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1357 of file lo-specfun.cc.
OCTAVE_API ComplexMatrix besselh2 | ( | const Matrix & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1357 of file lo-specfun.cc.
OCTAVE_API ComplexMatrix besselh2 | ( | const Matrix & | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1357 of file lo-specfun.cc.
OCTAVE_API ComplexNDArray besselh2 | ( | double | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1357 of file lo-specfun.cc.
OCTAVE_API ComplexNDArray besselh2 | ( | const NDArray & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1357 of file lo-specfun.cc.
OCTAVE_API ComplexNDArray besselh2 | ( | const NDArray & | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1357 of file lo-specfun.cc.
OCTAVE_API ComplexMatrix besselh2 | ( | const RowVector & | alpha, |
const ComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1357 of file lo-specfun.cc.
OCTAVE_API FloatComplex besselh2 | ( | float | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1968 of file lo-specfun.cc.
OCTAVE_API FloatComplexMatrix besselh2 | ( | float | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1968 of file lo-specfun.cc.
OCTAVE_API FloatComplexMatrix besselh2 | ( | const FloatMatrix & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1968 of file lo-specfun.cc.
OCTAVE_API FloatComplexMatrix besselh2 | ( | const FloatMatrix & | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1968 of file lo-specfun.cc.
OCTAVE_API FloatComplexNDArray besselh2 | ( | float | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1968 of file lo-specfun.cc.
OCTAVE_API FloatComplexNDArray besselh2 | ( | const FloatNDArray & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1968 of file lo-specfun.cc.
OCTAVE_API FloatComplexNDArray besselh2 | ( | const FloatNDArray & | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1968 of file lo-specfun.cc.
OCTAVE_API FloatComplexMatrix besselh2 | ( | const FloatRowVector & | alpha, |
const FloatComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1968 of file lo-specfun.cc.
OCTAVE_API Complex besseli | ( | double | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1354 of file lo-specfun.cc.
Referenced by install_besselj_fcns().
OCTAVE_API ComplexMatrix besseli | ( | double | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1354 of file lo-specfun.cc.
OCTAVE_API ComplexMatrix besseli | ( | const Matrix & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1354 of file lo-specfun.cc.
OCTAVE_API ComplexMatrix besseli | ( | const Matrix & | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1354 of file lo-specfun.cc.
OCTAVE_API ComplexNDArray besseli | ( | double | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1354 of file lo-specfun.cc.
OCTAVE_API ComplexNDArray besseli | ( | const NDArray & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1354 of file lo-specfun.cc.
OCTAVE_API ComplexNDArray besseli | ( | const NDArray & | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1354 of file lo-specfun.cc.
OCTAVE_API ComplexMatrix besseli | ( | const RowVector & | alpha, |
const ComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1354 of file lo-specfun.cc.
OCTAVE_API FloatComplex besseli | ( | float | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1965 of file lo-specfun.cc.
OCTAVE_API FloatComplexMatrix besseli | ( | float | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1965 of file lo-specfun.cc.
OCTAVE_API FloatComplexMatrix besseli | ( | const FloatMatrix & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1965 of file lo-specfun.cc.
OCTAVE_API FloatComplexMatrix besseli | ( | const FloatMatrix & | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1965 of file lo-specfun.cc.
OCTAVE_API FloatComplexNDArray besseli | ( | float | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1965 of file lo-specfun.cc.
OCTAVE_API FloatComplexNDArray besseli | ( | const FloatNDArray & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1965 of file lo-specfun.cc.
OCTAVE_API FloatComplexNDArray besseli | ( | const FloatNDArray & | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1965 of file lo-specfun.cc.
OCTAVE_API FloatComplexMatrix besseli | ( | const FloatRowVector & | alpha, |
const FloatComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1965 of file lo-specfun.cc.
OCTAVE_API Complex besselj | ( | double | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1352 of file lo-specfun.cc.
Referenced by install_besselj_fcns().
OCTAVE_API ComplexMatrix besselj | ( | double | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1352 of file lo-specfun.cc.
OCTAVE_API ComplexMatrix besselj | ( | const Matrix & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1352 of file lo-specfun.cc.
OCTAVE_API ComplexMatrix besselj | ( | const Matrix & | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1352 of file lo-specfun.cc.
OCTAVE_API ComplexNDArray besselj | ( | double | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1352 of file lo-specfun.cc.
OCTAVE_API ComplexNDArray besselj | ( | const NDArray & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1352 of file lo-specfun.cc.
OCTAVE_API ComplexNDArray besselj | ( | const NDArray & | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1352 of file lo-specfun.cc.
OCTAVE_API ComplexMatrix besselj | ( | const RowVector & | alpha, |
const ComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1352 of file lo-specfun.cc.
OCTAVE_API FloatComplex besselj | ( | float | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1963 of file lo-specfun.cc.
OCTAVE_API FloatComplexMatrix besselj | ( | float | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1963 of file lo-specfun.cc.
OCTAVE_API FloatComplexMatrix besselj | ( | const FloatMatrix & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1963 of file lo-specfun.cc.
OCTAVE_API FloatComplexMatrix besselj | ( | const FloatMatrix & | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1963 of file lo-specfun.cc.
OCTAVE_API FloatComplexNDArray besselj | ( | float | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1963 of file lo-specfun.cc.
OCTAVE_API FloatComplexNDArray besselj | ( | const FloatNDArray & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1963 of file lo-specfun.cc.
OCTAVE_API FloatComplexNDArray besselj | ( | const FloatNDArray & | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1963 of file lo-specfun.cc.
OCTAVE_API FloatComplexMatrix besselj | ( | const FloatRowVector & | alpha, |
const FloatComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1963 of file lo-specfun.cc.
OCTAVE_API Complex besselk | ( | double | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1355 of file lo-specfun.cc.
Referenced by install_besselj_fcns().
OCTAVE_API ComplexMatrix besselk | ( | double | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1355 of file lo-specfun.cc.
OCTAVE_API ComplexMatrix besselk | ( | const Matrix & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1355 of file lo-specfun.cc.
OCTAVE_API ComplexMatrix besselk | ( | const Matrix & | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1355 of file lo-specfun.cc.
OCTAVE_API ComplexNDArray besselk | ( | double | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1355 of file lo-specfun.cc.
OCTAVE_API ComplexNDArray besselk | ( | const NDArray & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1355 of file lo-specfun.cc.
OCTAVE_API ComplexNDArray besselk | ( | const NDArray & | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1355 of file lo-specfun.cc.
OCTAVE_API ComplexMatrix besselk | ( | const RowVector & | alpha, |
const ComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1355 of file lo-specfun.cc.
OCTAVE_API FloatComplex besselk | ( | float | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1966 of file lo-specfun.cc.
OCTAVE_API FloatComplexMatrix besselk | ( | float | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1966 of file lo-specfun.cc.
OCTAVE_API FloatComplexMatrix besselk | ( | const FloatMatrix & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1966 of file lo-specfun.cc.
OCTAVE_API FloatComplexMatrix besselk | ( | const FloatMatrix & | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1966 of file lo-specfun.cc.
OCTAVE_API FloatComplexNDArray besselk | ( | float | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1966 of file lo-specfun.cc.
OCTAVE_API FloatComplexNDArray besselk | ( | const FloatNDArray & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1966 of file lo-specfun.cc.
OCTAVE_API FloatComplexNDArray besselk | ( | const FloatNDArray & | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1966 of file lo-specfun.cc.
OCTAVE_API FloatComplexMatrix besselk | ( | const FloatRowVector & | alpha, |
const FloatComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1966 of file lo-specfun.cc.
OCTAVE_API Complex bessely | ( | double | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1353 of file lo-specfun.cc.
Referenced by install_besselj_fcns().
OCTAVE_API ComplexMatrix bessely | ( | double | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1353 of file lo-specfun.cc.
OCTAVE_API ComplexMatrix bessely | ( | const Matrix & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1353 of file lo-specfun.cc.
OCTAVE_API ComplexMatrix bessely | ( | const Matrix & | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1353 of file lo-specfun.cc.
OCTAVE_API ComplexNDArray bessely | ( | double | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1353 of file lo-specfun.cc.
OCTAVE_API ComplexNDArray bessely | ( | const NDArray & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1353 of file lo-specfun.cc.
OCTAVE_API ComplexNDArray bessely | ( | const NDArray & | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1353 of file lo-specfun.cc.
OCTAVE_API ComplexMatrix bessely | ( | const RowVector & | alpha, |
const ComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1353 of file lo-specfun.cc.
OCTAVE_API FloatComplex bessely | ( | float | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1964 of file lo-specfun.cc.
OCTAVE_API FloatComplexMatrix bessely | ( | float | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1964 of file lo-specfun.cc.
OCTAVE_API FloatComplexMatrix bessely | ( | const FloatMatrix & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1964 of file lo-specfun.cc.
OCTAVE_API FloatComplexMatrix bessely | ( | const FloatMatrix & | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1964 of file lo-specfun.cc.
OCTAVE_API FloatComplexNDArray bessely | ( | float | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1964 of file lo-specfun.cc.
OCTAVE_API FloatComplexNDArray bessely | ( | const FloatNDArray & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1964 of file lo-specfun.cc.
OCTAVE_API FloatComplexNDArray bessely | ( | const FloatNDArray & | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1964 of file lo-specfun.cc.
OCTAVE_API FloatComplexMatrix bessely | ( | const FloatRowVector & | alpha, |
const FloatComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1964 of file lo-specfun.cc.
Definition at line 2276 of file lo-specfun.cc.
References F77_XFCN, and xdbetai().
Referenced by betainc(), Fbetainc(), and install_betainc_fcns().
Definition at line 2284 of file lo-specfun.cc.
References betainc(), Array< T >::dims(), Array< T >::fortran_vec(), and dim_vector::numel().
Definition at line 2300 of file lo-specfun.cc.
References betainc(), Array< T >::dims(), Array< T >::fortran_vec(), and dim_vector::numel().
Definition at line 2316 of file lo-specfun.cc.
References betainc(), Array< T >::dims(), Array< T >::fortran_vec(), gripe_betainc_nonconformant(), dim_vector::numel(), and Array< T >::resize().
Definition at line 2339 of file lo-specfun.cc.
References betainc(), Array< T >::dims(), Array< T >::fortran_vec(), dim_vector::numel(), and x.
Definition at line 2355 of file lo-specfun.cc.
References betainc(), Array< T >::dims(), Array< T >::fortran_vec(), gripe_betainc_nonconformant(), dim_vector::numel(), Array< T >::resize(), and x.
Definition at line 2378 of file lo-specfun.cc.
References betainc(), Array< T >::dims(), Array< T >::fortran_vec(), gripe_betainc_nonconformant(), dim_vector::numel(), Array< T >::resize(), and x.
OCTAVE_API Array<double> betainc | ( | const Array< double > & | x, |
const Array< double > & | a, | ||
const Array< double > & | b | ||
) |
Definition at line 2401 of file lo-specfun.cc.
References betainc(), Array< T >::dims(), Array< T >::fortran_vec(), gripe_betainc_nonconformant(), dim_vector::numel(), Array< T >::resize(), and x.
Definition at line 2424 of file lo-specfun.cc.
Definition at line 2432 of file lo-specfun.cc.
References betainc(), Array< T >::dims(), Array< T >::fortran_vec(), and dim_vector::numel().
Definition at line 2448 of file lo-specfun.cc.
References betainc(), Array< T >::dims(), Array< T >::fortran_vec(), and dim_vector::numel().
Definition at line 2464 of file lo-specfun.cc.
References betainc(), Array< T >::dims(), Array< T >::fortran_vec(), gripe_betainc_nonconformant(), dim_vector::numel(), and Array< T >::resize().
Definition at line 2487 of file lo-specfun.cc.
References betainc(), Array< T >::dims(), Array< T >::fortran_vec(), dim_vector::numel(), and x.
Definition at line 2503 of file lo-specfun.cc.
References betainc(), Array< T >::dims(), Array< T >::fortran_vec(), gripe_betainc_nonconformant(), dim_vector::numel(), Array< T >::resize(), and x.
Definition at line 2526 of file lo-specfun.cc.
References betainc(), Array< T >::dims(), Array< T >::fortran_vec(), gripe_betainc_nonconformant(), dim_vector::numel(), Array< T >::resize(), and x.
OCTAVE_API Array<float> betainc | ( | const Array< float > & | x, |
const Array< float > & | a, | ||
const Array< float > & | b | ||
) |
Definition at line 2549 of file lo-specfun.cc.
References betainc(), Array< T >::dims(), Array< T >::fortran_vec(), gripe_betainc_nonconformant(), dim_vector::numel(), Array< T >::resize(), and x.
Definition at line 3293 of file lo-specfun.cc.
References betain(), max(), pow(), Faddeeva::w(), and xlgamma().
Referenced by betaincinv(), Fbetaincinv(), and install_betainc_fcns().
Definition at line 3486 of file lo-specfun.cc.
References betaincinv(), Array< T >::dims(), Array< T >::fortran_vec(), and dim_vector::numel().
Definition at line 3502 of file lo-specfun.cc.
References betaincinv(), Array< T >::dims(), Array< T >::fortran_vec(), and dim_vector::numel().
OCTAVE_API Array<double> betaincinv | ( | double | x, |
const Array< double > & | a, | ||
const Array< double > & | b | ||
) |
Definition at line 3518 of file lo-specfun.cc.
References betaincinv(), Array< T >::dims(), Array< T >::fortran_vec(), gripe_betaincinv_nonconformant(), dim_vector::numel(), and Array< T >::resize().
Definition at line 3541 of file lo-specfun.cc.
References betaincinv(), Array< T >::dims(), Array< T >::fortran_vec(), dim_vector::numel(), and x.
OCTAVE_API Array<double> betaincinv | ( | const Array< double > & | x, |
double | a, | ||
const Array< double > & | b | ||
) |
Definition at line 3557 of file lo-specfun.cc.
References betaincinv(), Array< T >::dims(), Array< T >::fortran_vec(), gripe_betaincinv_nonconformant(), dim_vector::numel(), Array< T >::resize(), and x.
OCTAVE_API Array<double> betaincinv | ( | const Array< double > & | x, |
const Array< double > & | a, | ||
double | b | ||
) |
Definition at line 3580 of file lo-specfun.cc.
References betaincinv(), Array< T >::dims(), Array< T >::fortran_vec(), gripe_betaincinv_nonconformant(), dim_vector::numel(), Array< T >::resize(), and x.
OCTAVE_API Array<double> betaincinv | ( | const Array< double > & | x, |
const Array< double > & | a, | ||
const Array< double > & | b | ||
) |
Definition at line 3603 of file lo-specfun.cc.
References betaincinv(), Array< T >::dims(), Array< T >::fortran_vec(), gripe_betaincinv_nonconformant(), dim_vector::numel(), Array< T >::resize(), and x.
OCTAVE_API Complex biry | ( | const Complex & | z, |
bool | deriv, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 2015 of file lo-specfun.cc.
References abs(), bessel_return_value(), F77_FUNC(), ierr, imag(), real, and zbiry().
OCTAVE_API ComplexMatrix biry | ( | const ComplexMatrix & | z, |
bool | deriv, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 2065 of file lo-specfun.cc.
References biry(), Array< T >::cols(), ierr, Array< T >::resize(), and Array< T >::rows().
OCTAVE_API ComplexNDArray biry | ( | const ComplexNDArray & | z, |
bool | deriv, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 2099 of file lo-specfun.cc.
References biry(), Array< T >::dims(), ierr, dim_vector::numel(), and Array< T >::resize().
OCTAVE_API FloatComplexMatrix biry | ( | const FloatComplexMatrix & | z, |
bool | deriv, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 2200 of file lo-specfun.cc.
References biry(), Array< T >::cols(), ierr, Array< T >::resize(), and Array< T >::rows().
OCTAVE_API FloatComplexNDArray biry | ( | const FloatComplexNDArray & | z, |
bool | deriv, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 2234 of file lo-specfun.cc.
References biry(), Array< T >::dims(), ierr, dim_vector::numel(), and Array< T >::resize().
Definition at line 660 of file lo-specfun.cc.
References abs(), pow(), signum(), x, and xfinite().
Referenced by install_mappers_fcns(), octave_sparse_matrix::map(), octave_float_matrix::map(), octave_matrix::map(), octave_scalar::map(), and octave_float_scalar::map().
Definition at line 719 of file lo-specfun.cc.
References abs(), pow(), signum(), x, and xfinite().
Referenced by octave_float_matrix::map(), and octave_float_scalar::map().
Definition at line 349 of file lo-specfun.cc.
References Faddeeva::Dawson().
Referenced by install_mappers_fcns(), octave_sparse_complex_matrix::map(), octave_sparse_matrix::map(), octave_float_complex_matrix::map(), octave_complex_matrix::map(), octave_float_complex::map(), octave_complex::map(), octave_float_matrix::map(), octave_matrix::map(), octave_scalar::map(), and octave_float_scalar::map().
Definition at line 350 of file lo-specfun.cc.
References Faddeeva::Dawson().
Definition at line 352 of file lo-specfun.cc.
References Faddeeva::Dawson().
Definition at line 3627 of file lo-specfun.cc.
References asin(), and lo_ieee_nan_value().
Referenced by ellipj(), Fellipj(), and install_ellipj_fcns().
OCTAVE_API void ellipj | ( | const Complex & | u, |
double | m, | ||
Complex & | sn, | ||
Complex & | cn, | ||
Complex & | dn, | ||
double & | err | ||
) |
Definition at line 3698 of file lo-specfun.cc.
Definition at line 250 of file lo-specfun.cc.
Definition at line 290 of file lo-specfun.cc.
References Faddeeva::erf().
Definition at line 270 of file lo-specfun.cc.
Definition at line 304 of file lo-specfun.cc.
References Faddeeva::erfc().
Definition at line 280 of file lo-specfun.cc.
References F77_XFCN, and xerfc().
Referenced by octave_float_matrix::map(), and octave_float_scalar::map().
Definition at line 3149 of file lo-specfun.cc.
References do_erfcinv().
Referenced by install_mappers_fcns(), octave_sparse_matrix::map(), octave_float_matrix::map(), octave_matrix::map(), octave_scalar::map(), and octave_float_scalar::map().
Definition at line 3154 of file lo-specfun.cc.
References do_erfcinv().
Definition at line 317 of file lo-specfun.cc.
References Faddeeva::erfcx().
Definition at line 318 of file lo-specfun.cc.
References Faddeeva::erfcx().
Definition at line 320 of file lo-specfun.cc.
References Faddeeva::erfcx().
Definition at line 260 of file lo-specfun.cc.
References F77_XFCN, and xerf().
Referenced by octave_float_matrix::map(), and octave_float_scalar::map().
Definition at line 333 of file lo-specfun.cc.
References Faddeeva::erfi().
Definition at line 334 of file lo-specfun.cc.
References Faddeeva::erfi().
Definition at line 336 of file lo-specfun.cc.
References Faddeeva::erfi().
Definition at line 3067 of file lo-specfun.cc.
References do_erfinv().
Referenced by install_mappers_fcns(), octave_sparse_matrix::map(), octave_float_matrix::map(), octave_matrix::map(), octave_scalar::map(), and octave_float_scalar::map().
Definition at line 3072 of file lo-specfun.cc.
References do_erfinv().
Definition at line 508 of file lo-specfun.cc.
Referenced by expm1(), install_mappers_fcns(), octave_sparse_complex_matrix::map(), octave_sparse_matrix::map(), octave_float_complex_matrix::map(), octave_complex_matrix::map(), octave_float_complex::map(), octave_complex::map(), octave_float_matrix::map(), octave_matrix::map(), octave_scalar::map(), and octave_float_scalar::map().
Definition at line 543 of file lo-specfun.cc.
Definition at line 563 of file lo-specfun.cc.
Referenced by octave_float_matrix::map(), and octave_float_scalar::map().
Definition at line 2574 of file lo-specfun.cc.
References F77_XFCN, and xgammainc().
Referenced by Fgammainc(), gammainc(), and install_gammainc_fcns().
Definition at line 2594 of file lo-specfun.cc.
References Array< T >::cols(), gammainc(), and Array< T >::rows().
Definition at line 2621 of file lo-specfun.cc.
References Array< T >::cols(), gammainc(), Array< T >::rows(), and x.
Definition at line 2648 of file lo-specfun.cc.
References Array< T >::cols(), current_liboctave_error_handler, gammainc(), Matrix::resize(), Array< T >::rows(), and x.
Definition at line 2687 of file lo-specfun.cc.
References Array< T >::dims(), gammainc(), and dim_vector::numel().
Definition at line 2713 of file lo-specfun.cc.
References Array< T >::dims(), gammainc(), dim_vector::numel(), and x.
Definition at line 2739 of file lo-specfun.cc.
References Array< T >::dims(), gammainc(), dim_vector::numel(), Array< T >::resize(), dim_vector::str(), and x.
Definition at line 594 of file lo-specfun.h.
References gammainc().
Definition at line 2779 of file lo-specfun.cc.
References F77_XFCN, and xsgammainc().
OCTAVE_API FloatMatrix gammainc | ( | float | x, |
const FloatMatrix & | a | ||
) |
Definition at line 2799 of file lo-specfun.cc.
References Array< T >::cols(), gammainc(), and Array< T >::rows().
OCTAVE_API FloatMatrix gammainc | ( | const FloatMatrix & | x, |
float | a | ||
) |
Definition at line 2826 of file lo-specfun.cc.
References Array< T >::cols(), gammainc(), Array< T >::rows(), and x.
OCTAVE_API FloatMatrix gammainc | ( | const FloatMatrix & | x, |
const FloatMatrix & | a | ||
) |
Definition at line 2853 of file lo-specfun.cc.
References Array< T >::cols(), current_liboctave_error_handler, gammainc(), FloatMatrix::resize(), Array< T >::rows(), and x.
OCTAVE_API FloatNDArray gammainc | ( | float | x, |
const FloatNDArray & | a | ||
) |
Definition at line 2892 of file lo-specfun.cc.
References Array< T >::dims(), gammainc(), and dim_vector::numel().
OCTAVE_API FloatNDArray gammainc | ( | const FloatNDArray & | x, |
float | a | ||
) |
Definition at line 2918 of file lo-specfun.cc.
References Array< T >::dims(), gammainc(), dim_vector::numel(), and x.
OCTAVE_API FloatNDArray gammainc | ( | const FloatNDArray & | x, |
const FloatNDArray & | a | ||
) |
Definition at line 2944 of file lo-specfun.cc.
References Array< T >::dims(), gammainc(), dim_vector::numel(), Array< T >::resize(), dim_vector::str(), and x.
Definition at line 611 of file lo-specfun.h.
References gammainc().
Definition at line 618 of file lo-specfun.cc.
References x.
Referenced by install_mappers_fcns(), log1p(), octave_sparse_complex_matrix::map(), octave_sparse_matrix::map(), octave_float_complex_matrix::map(), octave_complex_matrix::map(), octave_float_complex::map(), octave_complex::map(), octave_float_matrix::map(), octave_matrix::map(), octave_scalar::map(), octave_float_scalar::map(), and rc_log1p().
Definition at line 641 of file lo-specfun.cc.
Definition at line 410 of file lo-specfun.cc.
References D_NINT(), dlgams(), F77_XFCN, octave_Inf, x, xisinf(), and xisnan().
Referenced by octave_sparse_matrix::map(), octave_float_matrix::map(), octave_matrix::map(), octave_scalar::map(), and octave_float_scalar::map().
OCTAVE_API FloatComplex rc_lgamma | ( | float | x | ) |
Definition at line 481 of file lo-specfun.cc.
References algams(), D_NINT(), F77_XFCN, octave_Float_Inf, x, xisinf(), and xisnan().
Definition at line 2984 of file lo-specfun.cc.
References log1p().
Referenced by octave_sparse_matrix::map(), octave_float_matrix::map(), octave_matrix::map(), octave_scalar::map(), and octave_float_scalar::map().
OCTAVE_API FloatComplex rc_log1p | ( | float | ) |
Definition at line 2990 of file lo-specfun.cc.
Definition at line 365 of file lo-specfun.cc.
References D_NINT(), F77_XFCN, floor(), octave_Inf, octave_NaN, xdgamma(), xisinf(), xisnan(), and xnegative_sign().
Definition at line 436 of file lo-specfun.cc.
References D_NINT(), F77_XFCN, floor(), octave_Float_Inf, octave_Float_NaN, xgamma(), xisinf(), xisnan(), and xnegative_sign().
Definition at line 390 of file lo-specfun.cc.
References D_NINT(), dlgams(), F77_XFCN, octave_Inf, x, xisinf(), and xisnan().
Referenced by betaincinv().