#include "oct-cmplx.h"
#include "Array.h"
Go to the source code of this file.
Definition at line 192 of file lo-specfun.cc.
Definition at line 202 of file lo-specfun.cc.
References F77_XFCN, and xacosh().
Referenced by rc_acosh().
OCTAVE_API FloatComplexNDArray airy | ( | const FloatComplexNDArray & | z, | |
bool | deriv, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
Definition at line 2110 of file lo-specfun.cc.
References airy(), Array< T >::dims(), ierr, dim_vector::numel(), and Array< T >::resize().
OCTAVE_API Complex airy | ( | const Complex & | z, | |
bool | deriv, | |||
bool | scaled, | |||
octave_idx_type & | ierr | |||
) |
Definition at line 2010 of file lo-specfun.cc.
References bessel_return_value(), CAIRY(), F77_FUNC(), imag(), and real.
Referenced by airy(), and DEFUN_DLD().
OCTAVE_API ComplexMatrix airy | ( | const ComplexMatrix & | z, | |
bool | deriv, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
Definition at line 1946 of file lo-specfun.cc.
References airy(), Array< T >::cols(), ierr, Array< T >::resize(), and Array< T >::rows().
OCTAVE_API ComplexNDArray airy | ( | const ComplexNDArray & | z, | |
bool | deriv, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
Definition at line 1980 of file lo-specfun.cc.
References airy(), Array< T >::dims(), ierr, dim_vector::numel(), and Array< T >::resize().
OCTAVE_API FloatComplexMatrix airy | ( | const FloatComplexMatrix & | z, | |
bool | deriv, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
Definition at line 2076 of file lo-specfun.cc.
References airy(), Array< T >::cols(), ierr, Array< T >::resize(), and Array< T >::rows().
Definition at line 212 of file lo-specfun.cc.
Definition at line 222 of file lo-specfun.cc.
References F77_XFCN, and xasinh().
Referenced by octave_float_matrix::map(), and octave_float_scalar::map().
Definition at line 232 of file lo-specfun.cc.
Definition at line 242 of file lo-specfun.cc.
References F77_XFCN, and xatanh().
Referenced by rc_atanh().
OCTAVE_API ComplexMatrix besselh1 | ( | double | alpha, | |
const ComplexMatrix & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexNDArray besselh1 | ( | const NDArray & | alpha, | |
const ComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexMatrix besselh1 | ( | const RowVector & | alpha, | |
const ComplexColumnVector & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplex besselh1 | ( | float | alpha, | |
const FloatComplex & | x, | |||
bool | scaled, | |||
octave_idx_type & | ierr | |||
) |
OCTAVE_API ComplexMatrix besselh1 | ( | const Matrix & | alpha, | |
const Complex & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix besselh1 | ( | float | alpha, | |
const FloatComplexMatrix & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexMatrix besselh1 | ( | const Matrix & | alpha, | |
const ComplexMatrix & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix besselh1 | ( | const FloatMatrix & | alpha, | |
const FloatComplex & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix besselh1 | ( | const FloatMatrix & | alpha, | |
const FloatComplexMatrix & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexNDArray besselh1 | ( | float | alpha, | |
const FloatComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexNDArray besselh1 | ( | double | alpha, | |
const ComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexNDArray besselh1 | ( | const FloatNDArray & | alpha, | |
const FloatComplex & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API Complex besselh1 | ( | double | alpha, | |
const Complex & | x, | |||
bool | scaled, | |||
octave_idx_type & | ierr | |||
) |
OCTAVE_API FloatComplexNDArray besselh1 | ( | const FloatNDArray & | alpha, | |
const FloatComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexNDArray besselh1 | ( | const NDArray & | alpha, | |
const Complex & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix besselh1 | ( | const FloatRowVector & | alpha, | |
const FloatComplexColumnVector & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexNDArray besselh2 | ( | const NDArray & | alpha, | |
const ComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexMatrix besselh2 | ( | const RowVector & | alpha, | |
const ComplexColumnVector & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexMatrix besselh2 | ( | double | alpha, | |
const ComplexMatrix & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplex besselh2 | ( | float | alpha, | |
const FloatComplex & | x, | |||
bool | scaled, | |||
octave_idx_type & | ierr | |||
) |
OCTAVE_API ComplexMatrix besselh2 | ( | const Matrix & | alpha, | |
const Complex & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix besselh2 | ( | float | alpha, | |
const FloatComplexMatrix & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix besselh2 | ( | const FloatMatrix & | alpha, | |
const FloatComplex & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix besselh2 | ( | const FloatMatrix & | alpha, | |
const FloatComplexMatrix & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexMatrix besselh2 | ( | const Matrix & | alpha, | |
const ComplexMatrix & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexNDArray besselh2 | ( | float | alpha, | |
const FloatComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexNDArray besselh2 | ( | double | alpha, | |
const ComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexNDArray besselh2 | ( | const FloatNDArray & | alpha, | |
const FloatComplex & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexNDArray besselh2 | ( | const FloatNDArray & | alpha, | |
const FloatComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexNDArray besselh2 | ( | const NDArray & | alpha, | |
const Complex & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix besselh2 | ( | const FloatRowVector & | alpha, | |
const FloatComplexColumnVector & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API Complex besselh2 | ( | double | alpha, | |
const Complex & | x, | |||
bool | scaled, | |||
octave_idx_type & | ierr | |||
) |
OCTAVE_API ComplexMatrix besseli | ( | const RowVector & | alpha, | |
const ComplexColumnVector & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexMatrix besseli | ( | double | alpha, | |
const ComplexMatrix & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplex besseli | ( | float | alpha, | |
const FloatComplex & | x, | |||
bool | scaled, | |||
octave_idx_type & | ierr | |||
) |
OCTAVE_API ComplexMatrix besseli | ( | const Matrix & | alpha, | |
const Complex & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix besseli | ( | float | alpha, | |
const FloatComplexMatrix & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix besseli | ( | const FloatMatrix & | alpha, | |
const FloatComplex & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix besseli | ( | const FloatMatrix & | alpha, | |
const FloatComplexMatrix & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexMatrix besseli | ( | const Matrix & | alpha, | |
const ComplexMatrix & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexNDArray besseli | ( | float | alpha, | |
const FloatComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexNDArray besseli | ( | double | alpha, | |
const ComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexNDArray besseli | ( | const FloatNDArray & | alpha, | |
const FloatComplex & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API Complex besseli | ( | double | alpha, | |
const Complex & | x, | |||
bool | scaled, | |||
octave_idx_type & | ierr | |||
) |
OCTAVE_API FloatComplexNDArray besseli | ( | const FloatNDArray & | alpha, | |
const FloatComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexNDArray besseli | ( | const NDArray & | alpha, | |
const Complex & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix besseli | ( | const FloatRowVector & | alpha, | |
const FloatComplexColumnVector & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexNDArray besseli | ( | const NDArray & | alpha, | |
const ComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexMatrix besselj | ( | const RowVector & | alpha, | |
const ComplexColumnVector & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexMatrix besselj | ( | const Matrix & | alpha, | |
const Complex & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplex besselj | ( | float | alpha, | |
const FloatComplex & | x, | |||
bool | scaled, | |||
octave_idx_type & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix besselj | ( | float | alpha, | |
const FloatComplexMatrix & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexMatrix besselj | ( | const Matrix & | alpha, | |
const ComplexMatrix & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix besselj | ( | const FloatMatrix & | alpha, | |
const FloatComplex & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix besselj | ( | const FloatMatrix & | alpha, | |
const FloatComplexMatrix & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API Complex besselj | ( | double | alpha, | |
const Complex & | x, | |||
bool | scaled, | |||
octave_idx_type & | ierr | |||
) |
OCTAVE_API FloatComplexNDArray besselj | ( | float | alpha, | |
const FloatComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexNDArray besselj | ( | double | alpha, | |
const ComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexNDArray besselj | ( | const FloatNDArray & | alpha, | |
const FloatComplex & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexNDArray besselj | ( | const FloatNDArray & | alpha, | |
const FloatComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexNDArray besselj | ( | const NDArray & | alpha, | |
const Complex & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix besselj | ( | const FloatRowVector & | alpha, | |
const FloatComplexColumnVector & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexNDArray besselj | ( | const NDArray & | alpha, | |
const ComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexMatrix besselj | ( | double | alpha, | |
const ComplexMatrix & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexNDArray besselk | ( | const NDArray & | alpha, | |
const ComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexMatrix besselk | ( | const RowVector & | alpha, | |
const ComplexColumnVector & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexMatrix besselk | ( | double | alpha, | |
const ComplexMatrix & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplex besselk | ( | float | alpha, | |
const FloatComplex & | x, | |||
bool | scaled, | |||
octave_idx_type & | ierr | |||
) |
OCTAVE_API Complex besselk | ( | double | alpha, | |
const Complex & | x, | |||
bool | scaled, | |||
octave_idx_type & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix besselk | ( | float | alpha, | |
const FloatComplexMatrix & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexMatrix besselk | ( | const Matrix & | alpha, | |
const Complex & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix besselk | ( | const FloatMatrix & | alpha, | |
const FloatComplex & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix besselk | ( | const FloatMatrix & | alpha, | |
const FloatComplexMatrix & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexMatrix besselk | ( | const Matrix & | alpha, | |
const ComplexMatrix & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexNDArray besselk | ( | float | alpha, | |
const FloatComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexNDArray besselk | ( | const FloatNDArray & | alpha, | |
const FloatComplex & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexNDArray besselk | ( | double | alpha, | |
const ComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexNDArray besselk | ( | const FloatNDArray & | alpha, | |
const FloatComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexNDArray besselk | ( | const NDArray & | alpha, | |
const Complex & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix besselk | ( | const FloatRowVector & | alpha, | |
const FloatComplexColumnVector & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexMatrix bessely | ( | double | alpha, | |
const ComplexMatrix & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexMatrix bessely | ( | const RowVector & | alpha, | |
const ComplexColumnVector & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplex bessely | ( | float | alpha, | |
const FloatComplex & | x, | |||
bool | scaled, | |||
octave_idx_type & | ierr | |||
) |
OCTAVE_API ComplexMatrix bessely | ( | const Matrix & | alpha, | |
const Complex & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix bessely | ( | float | alpha, | |
const FloatComplexMatrix & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix bessely | ( | const FloatMatrix & | alpha, | |
const FloatComplex & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexMatrix bessely | ( | const Matrix & | alpha, | |
const ComplexMatrix & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix bessely | ( | const FloatMatrix & | alpha, | |
const FloatComplexMatrix & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexNDArray bessely | ( | float | alpha, | |
const FloatComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexNDArray bessely | ( | double | alpha, | |
const ComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexNDArray bessely | ( | const FloatNDArray & | alpha, | |
const FloatComplex & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API Complex bessely | ( | double | alpha, | |
const Complex & | x, | |||
bool | scaled, | |||
octave_idx_type & | ierr | |||
) |
OCTAVE_API FloatComplexNDArray bessely | ( | const FloatNDArray & | alpha, | |
const FloatComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexNDArray bessely | ( | const NDArray & | alpha, | |
const Complex & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix bessely | ( | const FloatRowVector & | alpha, | |
const FloatComplexColumnVector & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexNDArray bessely | ( | const NDArray & | alpha, | |
const ComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
Definition at line 2162 of file lo-specfun.cc.
References F77_XFCN, and xdbetai().
Referenced by betainc(), and DEFUN_DLD().
OCTAVE_API FloatNDArray betainc | ( | float | x, | |
float | a, | |||
const FloatNDArray & | b | |||
) |
Definition at line 2508 of file lo-specfun.cc.
References betainc(), Array< T >::dims(), and dim_vector::numel().
Definition at line 2170 of file lo-specfun.cc.
References betainc(), Array< T >::cols(), and Array< T >::rows().
Definition at line 2185 of file lo-specfun.cc.
References betainc(), Array< T >::cols(), and Array< T >::rows().
Definition at line 2200 of file lo-specfun.cc.
References betainc(), Array< T >::cols(), gripe_betainc_nonconformant(), Matrix::resize(), and Array< T >::rows().
Definition at line 2239 of file lo-specfun.cc.
References betainc(), Array< T >::dims(), and dim_vector::numel().
Definition at line 2275 of file lo-specfun.cc.
References betainc(), Array< T >::cols(), Array< T >::rows(), and x.
Definition at line 2315 of file lo-specfun.cc.
References betainc(), Array< T >::cols(), gripe_betainc_nonconformant(), Matrix::resize(), Array< T >::rows(), and x.
OCTAVE_API FloatMatrix betainc | ( | const FloatMatrix & | x, | |
float | a, | |||
const FloatMatrix & | b | |||
) |
Definition at line 2573 of file lo-specfun.cc.
References betainc(), Array< T >::cols(), gripe_betainc_nonconformant(), FloatMatrix::resize(), Array< T >::rows(), and x.
Definition at line 2290 of file lo-specfun.cc.
References betainc(), Array< T >::cols(), gripe_betainc_nonconformant(), Matrix::resize(), Array< T >::rows(), and x.
Definition at line 2403 of file lo-specfun.cc.
References betainc(), Array< T >::dims(), gripe_betainc_nonconformant(), dim_vector::numel(), Array< T >::resize(), and x.
OCTAVE_API FloatMatrix betainc | ( | const FloatMatrix & | x, | |
const FloatMatrix & | a, | |||
float | b | |||
) |
Definition at line 2598 of file lo-specfun.cc.
References betainc(), Array< T >::cols(), gripe_betainc_nonconformant(), FloatMatrix::resize(), Array< T >::rows(), and x.
OCTAVE_API FloatMatrix betainc | ( | float | x, | |
const FloatMatrix & | a, | |||
float | b | |||
) |
Definition at line 2468 of file lo-specfun.cc.
References betainc(), Array< T >::cols(), and Array< T >::rows().
OCTAVE_API FloatNDArray betainc | ( | float | x, | |
const FloatNDArray & | a, | |||
const FloatNDArray & | b | |||
) |
Definition at line 2536 of file lo-specfun.cc.
References betainc(), Array< T >::dims(), gripe_betainc_nonconformant(), dim_vector::numel(), and Array< T >::resize().
OCTAVE_API FloatMatrix betainc | ( | const FloatMatrix & | x, | |
const FloatMatrix & | a, | |||
const FloatMatrix & | b | |||
) |
Definition at line 2623 of file lo-specfun.cc.
References betainc(), Array< T >::cols(), gripe_betainc_nonconformant(), FloatMatrix::resize(), Array< T >::rows(), and x.
OCTAVE_API FloatNDArray betainc | ( | const FloatNDArray & | x, | |
float | a, | |||
const FloatNDArray & | b | |||
) |
Definition at line 2665 of file lo-specfun.cc.
References betainc(), Array< T >::dims(), gripe_betainc_nonconformant(), dim_vector::numel(), Array< T >::resize(), and x.
OCTAVE_API FloatNDArray betainc | ( | const FloatNDArray & | x, | |
const FloatNDArray & | a, | |||
const FloatNDArray & | b | |||
) |
Definition at line 2707 of file lo-specfun.cc.
References betainc(), Array< T >::dims(), gripe_betainc_nonconformant(), dim_vector::numel(), Array< T >::resize(), and x.
OCTAVE_API FloatMatrix betainc | ( | const FloatMatrix & | x, | |
float | a, | |||
float | b | |||
) |
Definition at line 2558 of file lo-specfun.cc.
References betainc(), Array< T >::cols(), Array< T >::rows(), and x.
Definition at line 2253 of file lo-specfun.cc.
References betainc(), Array< T >::dims(), gripe_betainc_nonconformant(), dim_vector::numel(), and Array< T >::resize().
OCTAVE_API FloatNDArray betainc | ( | float | x, | |
const FloatNDArray & | a, | |||
float | b | |||
) |
Definition at line 2522 of file lo-specfun.cc.
References betainc(), Array< T >::dims(), and dim_vector::numel().
Definition at line 2225 of file lo-specfun.cc.
References betainc(), Array< T >::dims(), and dim_vector::numel().
Definition at line 2445 of file lo-specfun.cc.
Definition at line 2340 of file lo-specfun.cc.
References betainc(), Array< T >::cols(), gripe_betainc_nonconformant(), Matrix::resize(), Array< T >::rows(), and x.
OCTAVE_API FloatMatrix betainc | ( | float | x, | |
const FloatMatrix & | a, | |||
const FloatMatrix & | b | |||
) |
Definition at line 2483 of file lo-specfun.cc.
References betainc(), Array< T >::cols(), gripe_betainc_nonconformant(), FloatMatrix::resize(), and Array< T >::rows().
OCTAVE_API FloatNDArray betainc | ( | const FloatNDArray & | x, | |
float | a, | |||
float | b | |||
) |
Definition at line 2651 of file lo-specfun.cc.
References betainc(), Array< T >::dims(), dim_vector::numel(), and x.
Definition at line 2368 of file lo-specfun.cc.
References betainc(), Array< T >::dims(), dim_vector::numel(), and x.
OCTAVE_API FloatMatrix betainc | ( | float | x, | |
float | a, | |||
const FloatMatrix & | b | |||
) |
Definition at line 2453 of file lo-specfun.cc.
References betainc(), Array< T >::cols(), and Array< T >::rows().
OCTAVE_API FloatNDArray betainc | ( | const FloatNDArray & | x, | |
const FloatNDArray & | a, | |||
float | b | |||
) |
Definition at line 2686 of file lo-specfun.cc.
References betainc(), Array< T >::dims(), gripe_betainc_nonconformant(), dim_vector::numel(), Array< T >::resize(), and x.
Definition at line 2424 of file lo-specfun.cc.
References betainc(), Array< T >::dims(), gripe_betainc_nonconformant(), dim_vector::numel(), Array< T >::resize(), and x.
Definition at line 2382 of file lo-specfun.cc.
References betainc(), Array< T >::dims(), gripe_betainc_nonconformant(), dim_vector::numel(), Array< T >::resize(), and x.
OCTAVE_API ComplexMatrix biry | ( | const ComplexMatrix & | z, | |
bool | deriv, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
Definition at line 1963 of file lo-specfun.cc.
References biry(), Array< T >::cols(), ierr, Array< T >::resize(), and Array< T >::rows().
OCTAVE_API FloatComplexMatrix biry | ( | const FloatComplexMatrix & | z, | |
bool | deriv, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
Definition at line 2093 of file lo-specfun.cc.
References biry(), Array< T >::cols(), ierr, Array< T >::resize(), and Array< T >::rows().
OCTAVE_API FloatComplexNDArray biry | ( | const FloatComplexNDArray & | z, | |
bool | deriv, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
Definition at line 2125 of file lo-specfun.cc.
References biry(), Array< T >::dims(), ierr, dim_vector::numel(), and Array< T >::resize().
OCTAVE_API ComplexNDArray biry | ( | const ComplexNDArray & | z, | |
bool | deriv, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
Definition at line 1995 of file lo-specfun.cc.
References biry(), Array< T >::dims(), ierr, dim_vector::numel(), and Array< T >::resize().
OCTAVE_API Complex biry | ( | const Complex & | z, | |
bool | deriv, | |||
bool | scaled, | |||
octave_idx_type & | ierr | |||
) |
Definition at line 2044 of file lo-specfun.cc.
References abs(), bessel_return_value(), CBIRY(), F77_FUNC(), imag(), and real.
Referenced by biry(), and DEFUN_DLD().
Definition at line 574 of file lo-specfun.cc.
References abs(), pow(), signum(), and xfinite().
Referenced by octave_scalar::map(), octave_sparse_matrix::map(), octave_matrix::map(), octave_float_matrix::map(), and octave_float_scalar::map().
Definition at line 633 of file lo-specfun.cc.
References abs(), pow(), signum(), and xfinite().
Referenced by octave_float_matrix::map(), and octave_float_scalar::map().
Definition at line 252 of file lo-specfun.cc.
References F77_XFCN, and xderf().
Referenced by do_erfinv(), octave_scalar::map(), octave_sparse_matrix::map(), octave_matrix::map(), octave_float_matrix::map(), and octave_float_scalar::map().
Definition at line 272 of file lo-specfun.cc.
References F77_XFCN, and xderfc().
Referenced by erfcx_impl(), octave_scalar::map(), octave_sparse_matrix::map(), octave_matrix::map(), octave_float_matrix::map(), and octave_float_scalar::map().
Definition at line 282 of file lo-specfun.cc.
References F77_XFCN, and xerfc().
Referenced by erfc(), octave_float_matrix::map(), and octave_float_scalar::map().
Definition at line 3319 of file lo-specfun.cc.
References erfcx_impl().
Definition at line 3314 of file lo-specfun.cc.
References erfcx_impl().
Referenced by octave_scalar::map(), octave_matrix::map(), octave_float_matrix::map(), and octave_float_scalar::map().
Definition at line 262 of file lo-specfun.cc.
References F77_XFCN, and xerf().
Referenced by octave_float_matrix::map(), and octave_float_scalar::map().
Definition at line 3214 of file lo-specfun.cc.
References do_erfinv().
Referenced by octave_scalar::map(), octave_sparse_matrix::map(), octave_matrix::map(), octave_float_matrix::map(), and octave_float_scalar::map().
Definition at line 3219 of file lo-specfun.cc.
References do_erfinv().
Definition at line 512 of file lo-specfun.cc.
Definition at line 422 of file lo-specfun.cc.
Referenced by expm1(), octave_scalar::map(), octave_sparse_matrix::map(), octave_matrix::map(), octave_float_matrix::map(), octave_float_complex_matrix::map(), octave_float_complex::map(), octave_float_scalar::map(), octave_sparse_complex_matrix::map(), octave_complex_matrix::map(), and octave_complex::map().
Definition at line 477 of file lo-specfun.cc.
Referenced by octave_float_matrix::map(), and octave_float_scalar::map().
OCTAVE_API FloatMatrix gammainc | ( | const FloatMatrix & | x, | |
const FloatMatrix & | a | |||
) |
Definition at line 3009 of file lo-specfun.cc.
References Array< T >::cols(), current_liboctave_error_handler, gammainc(), FloatMatrix::resize(), Array< T >::rows(), and x.
Definition at line 2730 of file lo-specfun.cc.
References F77_XFCN, and xgammainc().
Referenced by DEFUN_DLD(), and gammainc().
Definition at line 569 of file lo-specfun.h.
References gammainc().
Definition at line 2843 of file lo-specfun.cc.
References Array< T >::dims(), gammainc(), and dim_vector::numel().
Definition at line 584 of file lo-specfun.h.
References gammainc().
Definition at line 2869 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 3100 of file lo-specfun.cc.
References Array< T >::dims(), gammainc(), dim_vector::numel(), Array< T >::resize(), dim_vector::str(), and x.
Definition at line 2804 of file lo-specfun.cc.
References Array< T >::cols(), current_liboctave_error_handler, gammainc(), Matrix::resize(), Array< T >::rows(), and x.
Definition at line 2777 of file lo-specfun.cc.
References Array< T >::cols(), gammainc(), Array< T >::rows(), and x.
Definition at line 2750 of file lo-specfun.cc.
References Array< T >::cols(), gammainc(), and Array< T >::rows().
OCTAVE_API FloatNDArray gammainc | ( | float | x, | |
const FloatNDArray & | a | |||
) |
Definition at line 3048 of file lo-specfun.cc.
References Array< T >::dims(), gammainc(), and dim_vector::numel().
Definition at line 2895 of file lo-specfun.cc.
References Array< T >::dims(), gammainc(), dim_vector::numel(), Array< T >::resize(), dim_vector::str(), and x.
OCTAVE_API FloatMatrix gammainc | ( | const FloatMatrix & | x, | |
float | a | |||
) |
Definition at line 2982 of file lo-specfun.cc.
References Array< T >::cols(), gammainc(), Array< T >::rows(), and x.
Definition at line 2935 of file lo-specfun.cc.
References F77_XFCN, and xsgammainc().
OCTAVE_API FloatNDArray gammainc | ( | const FloatNDArray & | x, | |
float | a | |||
) |
Definition at line 3074 of file lo-specfun.cc.
References Array< T >::dims(), gammainc(), dim_vector::numel(), and x.
OCTAVE_API FloatMatrix gammainc | ( | float | x, | |
const FloatMatrix & | a | |||
) |
Definition at line 2955 of file lo-specfun.cc.
References Array< T >::cols(), gammainc(), and Array< T >::rows().
Definition at line 532 of file lo-specfun.cc.
Referenced by log1p(), octave_scalar::map(), octave_sparse_matrix::map(), octave_matrix::map(), octave_float_matrix::map(), octave_float_complex_matrix::map(), octave_float_complex::map(), octave_float_scalar::map(), octave_sparse_complex_matrix::map(), octave_complex_matrix::map(), octave_complex::map(), and rc_log1p().
Definition at line 614 of file lo-specfun.cc.
Definition at line 591 of file lo-specfun.cc.
Referenced by rc_log1p().
OCTAVE_API FloatComplex rc_lgamma | ( | float | x | ) |
Definition at line 395 of file lo-specfun.cc.
References ALGAMS(), D_NINT(), F77_XFCN, M_PI, octave_Float_Inf, xisinf(), and xisnan().
Definition at line 330 of file lo-specfun.cc.
References D_NINT(), DLGAMS(), F77_XFCN, M_PI, octave_Inf, xisinf(), and xisnan().
Referenced by octave_scalar::map(), octave_sparse_matrix::map(), octave_matrix::map(), octave_float_matrix::map(), and octave_float_scalar::map().
Definition at line 3140 of file lo-specfun.cc.
References log1p().
Referenced by octave_scalar::map(), octave_sparse_matrix::map(), octave_matrix::map(), octave_float_matrix::map(), and octave_float_scalar::map().
OCTAVE_API FloatComplex rc_log1p | ( | float | ) |
Definition at line 3146 of file lo-specfun.cc.
Definition at line 356 of file lo-specfun.cc.
References D_NINT(), F77_XFCN, octave_Float_Inf, xgamma(), xisinf(), and xisnan().
Definition at line 291 of file lo-specfun.cc.
References D_NINT(), F77_XFCN, octave_Inf, xdgamma(), xisinf(), and xisnan().
Referenced by octave_scalar::map(), octave_sparse_matrix::map(), octave_matrix::map(), octave_float_matrix::map(), octave_float_scalar::map(), and xgamma().
Definition at line 310 of file lo-specfun.cc.
References D_NINT(), DLGAMS(), F77_XFCN, octave_Inf, xisinf(), and xisnan().
Definition at line 375 of file lo-specfun.cc.
References ALGAMS(), D_NINT(), F77_XFCN, octave_Float_Inf, xisinf(), and xisnan().