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(), octave_complex::map(), octave_complex_matrix::map(), octave_sparse_complex_matrix::map(), octave_float_scalar::map(), octave_float_complex::map(), octave_float_complex_matrix::map(), octave_float_matrix::map(), octave_matrix::map(), octave_sparse_matrix::map(), octave_scalar::map(), and rc_acosh().
|
inline |
Definition at line 41 of file lo-specfun.h.
References x.
OCTAVE_API Complex airy | ( | const Complex & | z, |
bool | deriv, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 129 of file lo-specfun.cc.
References bessel_return_value(), F77_FUNC(), ierr, and zairy().
OCTAVE_API 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().
OCTAVE_API 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().
OCTAVE_API FloatComplex airy | ( | const FloatComplex & | z, |
bool | deriv, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 186 of file lo-specfun.cc.
References bessel_return_value(), cairy(), F77_CMPLX_ARG, F77_CONST_CMPLX_ARG, F77_FUNC(), and ierr.
OCTAVE_API 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().
OCTAVE_API 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 |
Definition at line 58 of file lo-specfun.h.
References x.
Referenced by asinh(), Fasinh(), octave_complex::map(), octave_complex_matrix::map(), octave_sparse_complex_matrix::map(), octave_float_scalar::map(), octave_float_complex::map(), octave_float_complex_matrix::map(), octave_float_matrix::map(), octave_matrix::map(), octave_sparse_matrix::map(), and octave_scalar::map().
|
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(), octave_complex::map(), octave_complex_matrix::map(), octave_sparse_complex_matrix::map(), octave_float_scalar::map(), octave_float_complex::map(), octave_float_complex_matrix::map(), octave_float_matrix::map(), octave_matrix::map(), octave_sparse_matrix::map(), octave_scalar::map(), and rc_atanh().
|
inline |
Definition at line 64 of file lo-specfun.h.
References x.
OCTAVE_API FloatComplexMatrix besselh1 | ( | const FloatMatrix & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1337 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 1337 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 1337 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 1337 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 1337 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 792 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 792 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 792 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 792 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 792 of file lo-specfun.cc.
OCTAVE_API Complex besselh1 | ( | double | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 792 of file lo-specfun.cc.
OCTAVE_API ComplexMatrix besselh1 | ( | double | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 792 of file lo-specfun.cc.
OCTAVE_API ComplexNDArray besselh1 | ( | double | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 792 of file lo-specfun.cc.
OCTAVE_API FloatComplex besselh1 | ( | float | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1337 of file lo-specfun.cc.
OCTAVE_API FloatComplexMatrix besselh1 | ( | float | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1337 of file lo-specfun.cc.
OCTAVE_API FloatComplexNDArray besselh1 | ( | float | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1337 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 1338 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 1338 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 1338 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 1338 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 1338 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 793 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 793 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 793 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 793 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 793 of file lo-specfun.cc.
OCTAVE_API Complex besselh2 | ( | double | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 793 of file lo-specfun.cc.
OCTAVE_API ComplexMatrix besselh2 | ( | double | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 793 of file lo-specfun.cc.
OCTAVE_API ComplexNDArray besselh2 | ( | double | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 793 of file lo-specfun.cc.
OCTAVE_API FloatComplex besselh2 | ( | float | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1338 of file lo-specfun.cc.
OCTAVE_API FloatComplexMatrix besselh2 | ( | float | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1338 of file lo-specfun.cc.
OCTAVE_API FloatComplexNDArray besselh2 | ( | float | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1338 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 1335 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 1335 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 1335 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 1335 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 1335 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 790 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 790 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 790 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 790 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 790 of file lo-specfun.cc.
OCTAVE_API Complex besseli | ( | double | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 790 of file lo-specfun.cc.
OCTAVE_API ComplexMatrix besseli | ( | double | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 790 of file lo-specfun.cc.
OCTAVE_API ComplexNDArray besseli | ( | double | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 790 of file lo-specfun.cc.
OCTAVE_API FloatComplex besseli | ( | float | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1335 of file lo-specfun.cc.
OCTAVE_API FloatComplexMatrix besseli | ( | float | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1335 of file lo-specfun.cc.
OCTAVE_API FloatComplexNDArray besseli | ( | float | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1335 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 1333 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 1333 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 1333 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 1333 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 1333 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 788 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 788 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 788 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 788 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 788 of file lo-specfun.cc.
OCTAVE_API Complex besselj | ( | double | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 788 of file lo-specfun.cc.
OCTAVE_API ComplexMatrix besselj | ( | double | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 788 of file lo-specfun.cc.
OCTAVE_API ComplexNDArray besselj | ( | double | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 788 of file lo-specfun.cc.
OCTAVE_API FloatComplex besselj | ( | float | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1333 of file lo-specfun.cc.
OCTAVE_API FloatComplexMatrix besselj | ( | float | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1333 of file lo-specfun.cc.
OCTAVE_API FloatComplexNDArray besselj | ( | float | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1333 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 1336 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 1336 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 1336 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 1336 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 1336 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 791 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 791 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 791 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 791 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 791 of file lo-specfun.cc.
OCTAVE_API Complex besselk | ( | double | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 791 of file lo-specfun.cc.
OCTAVE_API ComplexMatrix besselk | ( | double | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 791 of file lo-specfun.cc.
OCTAVE_API ComplexNDArray besselk | ( | double | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 791 of file lo-specfun.cc.
OCTAVE_API FloatComplex besselk | ( | float | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1336 of file lo-specfun.cc.
OCTAVE_API FloatComplexMatrix besselk | ( | float | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1336 of file lo-specfun.cc.
OCTAVE_API FloatComplexNDArray besselk | ( | float | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1336 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 1334 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 1334 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 1334 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 1334 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 1334 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 789 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 789 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 789 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 789 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 789 of file lo-specfun.cc.
OCTAVE_API Complex bessely | ( | double | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 789 of file lo-specfun.cc.
OCTAVE_API ComplexMatrix bessely | ( | double | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 789 of file lo-specfun.cc.
OCTAVE_API ComplexNDArray bessely | ( | double | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 789 of file lo-specfun.cc.
OCTAVE_API FloatComplex bessely | ( | float | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1334 of file lo-specfun.cc.
OCTAVE_API FloatComplexMatrix bessely | ( | float | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1334 of file lo-specfun.cc.
OCTAVE_API FloatComplexNDArray bessely | ( | float | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1334 of file lo-specfun.cc.
OCTAVE_API Complex biry | ( | const Complex & | z, |
bool | deriv, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1351 of file lo-specfun.cc.
References bessel_return_value(), F77_FUNC(), ierr, and zbiry().
OCTAVE_API 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().
OCTAVE_API 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().
OCTAVE_API FloatComplex biry | ( | const FloatComplex & | z, |
bool | deriv, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1408 of file lo-specfun.cc.
References bessel_return_value(), cbiry(), F77_CMPLX_ARG, F77_CONST_CMPLX_ARG, F77_FUNC(), and ierr.
OCTAVE_API 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().
OCTAVE_API 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 |
Definition at line 289 of file lo-specfun.h.
References x.
Referenced by Fcbrt(), octave_float_scalar::map(), octave_float_matrix::map(), octave_matrix::map(), octave_sparse_matrix::map(), and octave_scalar::map().
|
inline |
Definition at line 290 of file lo-specfun.h.
References x.
OCTAVE_API Complex dawson | ( | const Complex & | x | ) |
Definition at line 1470 of file lo-specfun.cc.
References Faddeeva::Dawson(), and x.
OCTAVE_API FloatComplex dawson | ( | const FloatComplex & | x | ) |
Definition at line 1476 of file lo-specfun.cc.
References Faddeeva::Dawson(), and x.
OCTAVE_API double dawson | ( | double | x | ) |
Definition at line 1466 of file lo-specfun.cc.
References Faddeeva::Dawson(), and x.
Referenced by Fdawson(), octave_complex::map(), octave_complex_matrix::map(), octave_sparse_complex_matrix::map(), octave_float_scalar::map(), octave_float_complex::map(), octave_float_complex_matrix::map(), octave_float_matrix::map(), octave_matrix::map(), octave_sparse_matrix::map(), and octave_scalar::map().
OCTAVE_API float dawson | ( | float | x | ) |
Definition at line 1467 of file lo-specfun.cc.
References Faddeeva::Dawson(), and x.
OCTAVE_API void ellipj | ( | const Complex & | u, |
double | m, | ||
Complex & | sn, | ||
Complex & | cn, | ||
Complex & | dn, | ||
double & | err | ||
) |
Definition at line 1558 of file lo-specfun.cc.
OCTAVE_API void ellipj | ( | double | u, |
double | m, | ||
double & | sn, | ||
double & | cn, | ||
double & | dn, | ||
double & | err | ||
) |
Definition at line 1485 of file lo-specfun.cc.
References asin(), lo_ieee_nan_value(), m, and n.
OCTAVE_API Complex erf | ( | const Complex & | x | ) |
Definition at line 1586 of file lo-specfun.cc.
References Faddeeva::erf(), and x.
Referenced by do_erfcinv(), and do_erfinv().
OCTAVE_API FloatComplex erf | ( | const FloatComplex & | x | ) |
Definition at line 1592 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.
OCTAVE_API Complex erfc | ( | const Complex & | x | ) |
Definition at line 1601 of file lo-specfun.cc.
References Faddeeva::erfc(), and x.
OCTAVE_API FloatComplex erfc | ( | const FloatComplex & | x | ) |
Definition at line 1607 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.
OCTAVE_API double erfcinv | ( | double | x | ) |
Definition at line 1693 of file lo-specfun.cc.
References do_erfcinv(), and x.
Referenced by Ferfcinv(), octave_float_scalar::map(), octave_float_matrix::map(), octave_matrix::map(), octave_sparse_matrix::map(), and octave_scalar::map().
OCTAVE_API float erfcinv | ( | float | x | ) |
Definition at line 1698 of file lo-specfun.cc.
References do_erfcinv(), and x.
OCTAVE_API Complex erfcx | ( | const Complex & | x | ) |
Definition at line 1708 of file lo-specfun.cc.
References Faddeeva::erfcx(), and x.
OCTAVE_API FloatComplex erfcx | ( | const FloatComplex & | x | ) |
Definition at line 1714 of file lo-specfun.cc.
References Faddeeva::erfcx(), and x.
OCTAVE_API double erfcx | ( | double | x | ) |
Definition at line 1704 of file lo-specfun.cc.
References Faddeeva::erfcx(), and x.
OCTAVE_API float erfcx | ( | float | x | ) |
Definition at line 1705 of file lo-specfun.cc.
References Faddeeva::erfcx(), and x.
OCTAVE_API Complex erfi | ( | const Complex & | x | ) |
Definition at line 1727 of file lo-specfun.cc.
References Faddeeva::erfi(), and x.
OCTAVE_API FloatComplex erfi | ( | const FloatComplex & | x | ) |
Definition at line 1733 of file lo-specfun.cc.
References Faddeeva::erfi(), and x.
OCTAVE_API double erfi | ( | double | x | ) |
Definition at line 1723 of file lo-specfun.cc.
References Faddeeva::erfi(), and x.
OCTAVE_API float erfi | ( | float | x | ) |
Definition at line 1724 of file lo-specfun.cc.
References Faddeeva::erfi(), and x.
OCTAVE_API double erfinv | ( | double | x | ) |
Definition at line 1812 of file lo-specfun.cc.
References do_erfinv(), and x.
Referenced by Ferfinv(), octave_float_scalar::map(), octave_float_matrix::map(), octave_matrix::map(), octave_sparse_matrix::map(), and octave_scalar::map().
OCTAVE_API float erfinv | ( | float | x | ) |
Definition at line 1817 of file lo-specfun.cc.
References do_erfinv(), and x.
OCTAVE_API Complex expm1 | ( | const Complex & | x | ) |
Definition at line 1823 of file lo-specfun.cc.
Referenced by expm1(), Fexpm1(), octave_complex::map(), octave_complex_matrix::map(), octave_sparse_complex_matrix::map(), octave_float_scalar::map(), octave_float_complex::map(), octave_float_complex_matrix::map(), octave_float_matrix::map(), octave_matrix::map(), octave_sparse_matrix::map(), and octave_scalar::map().
OCTAVE_API FloatComplex expm1 | ( | const FloatComplex & | x | ) |
Definition at line 1842 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.
OCTAVE_API double gamma | ( | double | x | ) |
Definition at line 1861 of file lo-specfun.cc.
References Inf, isinf(), isnan(), NaN, negative_sign(), x, and x_nint().
Referenced by xpsi().
OCTAVE_API float gamma | ( | float | x | ) |
Definition at line 1884 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(), octave_float_scalar::map(), octave_float_matrix::map(), octave_matrix::map(), octave_sparse_matrix::map(), octave_scalar::map(), rc_lgamma(), and xlgamma().
|
inline |
Definition at line 337 of file lo-specfun.h.
References x.
OCTAVE_API Complex log1p | ( | const Complex & | x | ) |
Definition at line 1907 of file lo-specfun.cc.
Referenced by Flog1p(), log1p(), octave_complex::map(), octave_complex_matrix::map(), octave_sparse_complex_matrix::map(), octave_float_scalar::map(), octave_float_complex::map(), octave_float_complex_matrix::map(), octave_float_matrix::map(), octave_matrix::map(), octave_sparse_matrix::map(), octave_scalar::map(), and rc_log1p().
OCTAVE_API FloatComplex log1p | ( | const FloatComplex & | x | ) |
Definition at line 1926 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.
OCTAVE_API Complex psi | ( | const Complex & | x | ) |
Definition at line 2097 of file lo-specfun.cc.
References xpsi().
OCTAVE_API FloatComplex psi | ( | const FloatComplex & | x | ) |
Definition at line 2098 of file lo-specfun.cc.
References xpsi().
OCTAVE_API double psi | ( | double | x | ) |
OCTAVE_API float psi | ( | float | x | ) |
Definition at line 2049 of file lo-specfun.cc.
References xpsi().
OCTAVE_API double psi | ( | octave_idx_type | n, |
double | z | ||
) |
Definition at line 2155 of file lo-specfun.cc.
OCTAVE_API float psi | ( | octave_idx_type | n, |
float | z | ||
) |
Definition at line 2156 of file lo-specfun.cc.
OCTAVE_API Complex rc_lgamma | ( | double | x | ) |
Definition at line 2159 of file lo-specfun.cc.
Referenced by octave_float_scalar::map(), octave_float_matrix::map(), octave_matrix::map(), octave_sparse_matrix::map(), and octave_scalar::map().
OCTAVE_API FloatComplex rc_lgamma | ( | float | x | ) |
Definition at line 2178 of file lo-specfun.cc.
References x.
OCTAVE_API Complex rc_log1p | ( | double | x | ) |
Definition at line 2196 of file lo-specfun.cc.
Referenced by octave_float_scalar::map(), octave_float_matrix::map(), octave_matrix::map(), octave_sparse_matrix::map(), and octave_scalar::map().
OCTAVE_API FloatComplex rc_log1p | ( | float | x | ) |
Definition at line 2203 of file lo-specfun.cc.