GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "Range.h"
#include "CColVector.h"
#include "CMatrix.h"
#include "dRowVector.h"
#include "dMatrix.h"
#include "dNDArray.h"
#include "CNDArray.h"
#include "fCColVector.h"
#include "fCMatrix.h"
#include "fRowVector.h"
#include "fMatrix.h"
#include "fNDArray.h"
#include "fCNDArray.h"
#include "f77-fcn.h"
#include "lo-error.h"
#include "lo-ieee.h"
#include "lo-specfun.h"
#include "mx-inlines.cc"
#include "lo-mappers.h"
#include "Faddeeva.hh"
Go to the source code of this file.
Macros | |
#define | ALL_BESSEL(name, fcn) |
#define | ALL_BESSEL(name, fcn) |
#define | MM_BESSEL(name, fcn) |
#define | MM_BESSEL(name, fcn) |
#define | MS_BESSEL(name, fcn) |
#define | MS_BESSEL(name, fcn) |
#define | NN_BESSEL(name, fcn) |
#define | NN_BESSEL(name, fcn) |
#define | NS_BESSEL(name, fcn) |
#define | NS_BESSEL(name, fcn) |
#define | RC_BESSEL(name, fcn) |
#define | RC_BESSEL(name, fcn) |
#define | SM_BESSEL(name, fcn) |
#define | SM_BESSEL(name, fcn) |
#define | SN_BESSEL(name, fcn) |
#define | SN_BESSEL(name, fcn) |
#define | SS_BESSEL(name, fcn) |
#define | SS_BESSEL(name, fcn) |
Typedefs | |
typedef Complex(* | dptr )(const Complex &, double, int, octave_idx_type &) |
typedef FloatComplex(* | fptr )(const FloatComplex &, float, int, octave_idx_type &) |
#define ALL_BESSEL | ( | name, | |
fcn | |||
) |
Definition at line 1953 of file lo-specfun.cc.
#define ALL_BESSEL | ( | name, | |
fcn | |||
) |
Definition at line 1953 of file lo-specfun.cc.
#define MM_BESSEL | ( | name, | |
fcn | |||
) |
Definition at line 1913 of file lo-specfun.cc.
#define MM_BESSEL | ( | name, | |
fcn | |||
) |
Definition at line 1913 of file lo-specfun.cc.
#define MS_BESSEL | ( | name, | |
fcn | |||
) |
Definition at line 1905 of file lo-specfun.cc.
#define MS_BESSEL | ( | name, | |
fcn | |||
) |
Definition at line 1905 of file lo-specfun.cc.
#define NN_BESSEL | ( | name, | |
fcn | |||
) |
Definition at line 1937 of file lo-specfun.cc.
#define NN_BESSEL | ( | name, | |
fcn | |||
) |
Definition at line 1937 of file lo-specfun.cc.
#define NS_BESSEL | ( | name, | |
fcn | |||
) |
Definition at line 1929 of file lo-specfun.cc.
#define NS_BESSEL | ( | name, | |
fcn | |||
) |
Definition at line 1929 of file lo-specfun.cc.
#define RC_BESSEL | ( | name, | |
fcn | |||
) |
Definition at line 1945 of file lo-specfun.cc.
#define RC_BESSEL | ( | name, | |
fcn | |||
) |
Definition at line 1945 of file lo-specfun.cc.
#define SM_BESSEL | ( | name, | |
fcn | |||
) |
Definition at line 1897 of file lo-specfun.cc.
#define SM_BESSEL | ( | name, | |
fcn | |||
) |
Definition at line 1897 of file lo-specfun.cc.
#define SN_BESSEL | ( | name, | |
fcn | |||
) |
Definition at line 1921 of file lo-specfun.cc.
#define SN_BESSEL | ( | name, | |
fcn | |||
) |
Definition at line 1921 of file lo-specfun.cc.
#define SS_BESSEL | ( | name, | |
fcn | |||
) |
Definition at line 1890 of file lo-specfun.cc.
#define SS_BESSEL | ( | name, | |
fcn | |||
) |
Definition at line 1890 of file lo-specfun.cc.
typedef Complex(* dptr)(const Complex &, double, int, octave_idx_type &) |
Definition at line 1123 of file lo-specfun.cc.
typedef FloatComplex(* fptr)(const FloatComplex &, float, int, octave_idx_type &) |
Definition at line 1730 of file lo-specfun.cc.
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 FloatComplex 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().
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().
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().
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().
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().
|
inlinestatic |
Complex besselh1 | ( | double | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1356 of file lo-specfun.cc.
ComplexMatrix besselh1 | ( | double | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1356 of file lo-specfun.cc.
ComplexMatrix besselh1 | ( | const Matrix & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1356 of file lo-specfun.cc.
ComplexMatrix besselh1 | ( | const Matrix & | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1356 of file lo-specfun.cc.
ComplexNDArray besselh1 | ( | double | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1356 of file lo-specfun.cc.
ComplexNDArray besselh1 | ( | const NDArray & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1356 of file lo-specfun.cc.
ComplexNDArray besselh1 | ( | const NDArray & | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1356 of file lo-specfun.cc.
ComplexMatrix besselh1 | ( | const RowVector & | alpha, |
const ComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1356 of file lo-specfun.cc.
FloatComplex besselh1 | ( | float | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1967 of file lo-specfun.cc.
FloatComplexMatrix besselh1 | ( | float | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1967 of file lo-specfun.cc.
FloatComplexMatrix besselh1 | ( | const FloatMatrix & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1967 of file lo-specfun.cc.
FloatComplexMatrix besselh1 | ( | const FloatMatrix & | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1967 of file lo-specfun.cc.
FloatComplexNDArray besselh1 | ( | float | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1967 of file lo-specfun.cc.
FloatComplexNDArray besselh1 | ( | const FloatNDArray & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1967 of file lo-specfun.cc.
FloatComplexNDArray besselh1 | ( | const FloatNDArray & | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1967 of file lo-specfun.cc.
FloatComplexMatrix besselh1 | ( | const FloatRowVector & | alpha, |
const FloatComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1967 of file lo-specfun.cc.
ComplexNDArray besselh2 | ( | double | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1357 of file lo-specfun.cc.
ComplexNDArray besselh2 | ( | const NDArray & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1357 of file lo-specfun.cc.
ComplexNDArray besselh2 | ( | const NDArray & | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1357 of file lo-specfun.cc.
ComplexMatrix besselh2 | ( | const RowVector & | alpha, |
const ComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1357 of file lo-specfun.cc.
Complex besselh2 | ( | double | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1357 of file lo-specfun.cc.
ComplexMatrix besselh2 | ( | double | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1357 of file lo-specfun.cc.
ComplexMatrix besselh2 | ( | const Matrix & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1357 of file lo-specfun.cc.
ComplexMatrix besselh2 | ( | const Matrix & | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1357 of file lo-specfun.cc.
FloatComplex besselh2 | ( | float | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1968 of file lo-specfun.cc.
FloatComplexMatrix besselh2 | ( | float | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1968 of file lo-specfun.cc.
FloatComplexMatrix besselh2 | ( | const FloatMatrix & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1968 of file lo-specfun.cc.
FloatComplexMatrix besselh2 | ( | const FloatMatrix & | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1968 of file lo-specfun.cc.
FloatComplexNDArray besselh2 | ( | float | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1968 of file lo-specfun.cc.
FloatComplexMatrix besselh2 | ( | const FloatRowVector & | alpha, |
const FloatComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1968 of file lo-specfun.cc.
FloatComplexNDArray besselh2 | ( | const FloatNDArray & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1968 of file lo-specfun.cc.
FloatComplexNDArray besselh2 | ( | const FloatNDArray & | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1968 of file lo-specfun.cc.
ComplexMatrix besseli | ( | double | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1354 of file lo-specfun.cc.
ComplexMatrix besseli | ( | const Matrix & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1354 of file lo-specfun.cc.
ComplexMatrix besseli | ( | const Matrix & | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1354 of file lo-specfun.cc.
ComplexNDArray besseli | ( | double | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1354 of file lo-specfun.cc.
ComplexNDArray besseli | ( | const NDArray & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1354 of file lo-specfun.cc.
ComplexNDArray besseli | ( | const NDArray & | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1354 of file lo-specfun.cc.
ComplexMatrix besseli | ( | const RowVector & | alpha, |
const ComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1354 of file lo-specfun.cc.
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().
FloatComplexMatrix besseli | ( | float | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1965 of file lo-specfun.cc.
FloatComplexMatrix besseli | ( | const FloatMatrix & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1965 of file lo-specfun.cc.
FloatComplexMatrix besseli | ( | const FloatMatrix & | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1965 of file lo-specfun.cc.
FloatComplexNDArray besseli | ( | float | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1965 of file lo-specfun.cc.
FloatComplexNDArray besseli | ( | const FloatNDArray & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1965 of file lo-specfun.cc.
FloatComplexNDArray besseli | ( | const FloatNDArray & | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1965 of file lo-specfun.cc.
FloatComplexMatrix besseli | ( | const FloatRowVector & | alpha, |
const FloatComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1965 of file lo-specfun.cc.
FloatComplex besseli | ( | float | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1965 of file lo-specfun.cc.
ComplexMatrix besselj | ( | double | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1352 of file lo-specfun.cc.
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().
ComplexMatrix besselj | ( | const Matrix & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1352 of file lo-specfun.cc.
ComplexMatrix besselj | ( | const Matrix & | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1352 of file lo-specfun.cc.
ComplexNDArray besselj | ( | const NDArray & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1352 of file lo-specfun.cc.
ComplexNDArray besselj | ( | double | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1352 of file lo-specfun.cc.
ComplexNDArray besselj | ( | const NDArray & | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1352 of file lo-specfun.cc.
ComplexMatrix besselj | ( | const RowVector & | alpha, |
const ComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1352 of file lo-specfun.cc.
FloatComplex besselj | ( | float | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1963 of file lo-specfun.cc.
FloatComplexMatrix besselj | ( | float | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1963 of file lo-specfun.cc.
FloatComplexMatrix besselj | ( | const FloatMatrix & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1963 of file lo-specfun.cc.
FloatComplexMatrix besselj | ( | const FloatMatrix & | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1963 of file lo-specfun.cc.
FloatComplexNDArray besselj | ( | float | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1963 of file lo-specfun.cc.
FloatComplexNDArray besselj | ( | const FloatNDArray & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1963 of file lo-specfun.cc.
FloatComplexNDArray besselj | ( | const FloatNDArray & | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1963 of file lo-specfun.cc.
FloatComplexMatrix besselj | ( | const FloatRowVector & | alpha, |
const FloatComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1963 of file lo-specfun.cc.
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().
ComplexMatrix besselk | ( | double | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1355 of file lo-specfun.cc.
ComplexMatrix besselk | ( | const Matrix & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1355 of file lo-specfun.cc.
ComplexMatrix besselk | ( | const Matrix & | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1355 of file lo-specfun.cc.
ComplexNDArray besselk | ( | const NDArray & | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1355 of file lo-specfun.cc.
ComplexMatrix besselk | ( | const RowVector & | alpha, |
const ComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1355 of file lo-specfun.cc.
ComplexNDArray besselk | ( | const NDArray & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1355 of file lo-specfun.cc.
ComplexNDArray besselk | ( | double | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1355 of file lo-specfun.cc.
FloatComplex besselk | ( | float | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1966 of file lo-specfun.cc.
FloatComplexMatrix besselk | ( | float | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1966 of file lo-specfun.cc.
FloatComplexMatrix besselk | ( | const FloatMatrix & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1966 of file lo-specfun.cc.
FloatComplexMatrix besselk | ( | const FloatMatrix & | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1966 of file lo-specfun.cc.
FloatComplexNDArray besselk | ( | float | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1966 of file lo-specfun.cc.
FloatComplexNDArray besselk | ( | const FloatNDArray & | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1966 of file lo-specfun.cc.
FloatComplexNDArray besselk | ( | const FloatNDArray & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1966 of file lo-specfun.cc.
FloatComplexMatrix besselk | ( | const FloatRowVector & | alpha, |
const FloatComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1966 of file lo-specfun.cc.
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().
ComplexMatrix bessely | ( | double | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1353 of file lo-specfun.cc.
ComplexMatrix bessely | ( | const Matrix & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1353 of file lo-specfun.cc.
ComplexMatrix bessely | ( | const Matrix & | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1353 of file lo-specfun.cc.
ComplexMatrix bessely | ( | const RowVector & | alpha, |
const ComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1353 of file lo-specfun.cc.
ComplexNDArray bessely | ( | const NDArray & | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1353 of file lo-specfun.cc.
ComplexNDArray bessely | ( | double | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1353 of file lo-specfun.cc.
ComplexNDArray bessely | ( | const NDArray & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1353 of file lo-specfun.cc.
FloatComplex bessely | ( | float | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1964 of file lo-specfun.cc.
FloatComplexMatrix bessely | ( | float | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1964 of file lo-specfun.cc.
FloatComplexMatrix bessely | ( | const FloatMatrix & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1964 of file lo-specfun.cc.
FloatComplexMatrix bessely | ( | const FloatMatrix & | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1964 of file lo-specfun.cc.
FloatComplexNDArray bessely | ( | float | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1964 of file lo-specfun.cc.
FloatComplexNDArray bessely | ( | const FloatNDArray & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1964 of file lo-specfun.cc.
FloatComplexNDArray bessely | ( | const FloatNDArray & | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1964 of file lo-specfun.cc.
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.
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.
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().
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.
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.
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.
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 FloatComplex 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().
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().
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().
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().
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().
|
inlinestatic |
Definition at line 1645 of file lo-specfun.cc.
References bessel_return_value(), cbesh(), F77_FUNC(), ierr, imag(), and real.
|
inlinestatic |
Definition at line 1688 of file lo-specfun.cc.
References bessel_return_value(), cbesh(), F77_FUNC(), ierr, imag(), and real.
|
inlinestatic |
Definition at line 1542 of file lo-specfun.cc.
References abs(), bessel_return_value(), cbesi(), cbesk(), F77_FUNC(), ierr, imag(), octave_Float_NaN, and real.
|
inlinestatic |
Definition at line 1423 of file lo-specfun.cc.
References abs(), bessel_return_value(), cbesj(), cbesy(), F77_FUNC(), ierr, imag(), is_integer_value(), octave_Float_NaN, and real.
|
inlinestatic |
Definition at line 1595 of file lo-specfun.cc.
References bessel_return_value(), cbesk(), F77_FUNC(), ierr, imag(), octave_Float_Inf, and real.
|
inlinestatic |
Definition at line 1477 of file lo-specfun.cc.
References abs(), bessel_return_value(), cbesj(), cbesy(), F77_FUNC(), ierr, imag(), is_integer_value(), octave_Float_Inf, octave_Float_NaN, real, and Faddeeva::w().
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().
OCTAVE_API FloatComplex dawson | ( | const Complex & | x | ) |
Definition at line 352 of file lo-specfun.cc.
References Faddeeva::Dawson().
|
inlinestatic |
Definition at line 1126 of file lo-specfun.cc.
References f.
|
inlinestatic |
Definition at line 1137 of file lo-specfun.cc.
References Array< T >::cols(), f, ierr, Array< T >::resize(), Array< T >::rows(), and x.
|
inlinestatic |
Definition at line 1155 of file lo-specfun.cc.
References Array< T >::cols(), f, ierr, Array< T >::resize(), and Array< T >::rows().
|
inlinestatic |
Definition at line 1173 of file lo-specfun.cc.
References Array< T >::cols(), current_liboctave_error_handler, f, ierr, ComplexMatrix::resize(), Array< T >::resize(), Array< T >::rows(), and x.
|
inlinestatic |
Definition at line 1205 of file lo-specfun.cc.
References Array< T >::dims(), f, ierr, dim_vector::numel(), Array< T >::resize(), and x.
|
inlinestatic |
Definition at line 1221 of file lo-specfun.cc.
References Array< T >::dims(), f, ierr, dim_vector::numel(), and Array< T >::resize().
|
inlinestatic |
Definition at line 1237 of file lo-specfun.cc.
References current_liboctave_error_handler, Array< T >::dims(), f, ierr, dim_vector::numel(), Array< T >::resize(), and x.
|
inlinestatic |
Definition at line 1261 of file lo-specfun.cc.
References f, ierr, Array< T >::length(), Array< T >::resize(), and x.
|
inlinestatic |
Definition at line 1734 of file lo-specfun.cc.
References f.
|
inlinestatic |
Definition at line 1745 of file lo-specfun.cc.
References Array< T >::cols(), f, ierr, Array< T >::resize(), Array< T >::rows(), and x.
|
inlinestatic |
Definition at line 1763 of file lo-specfun.cc.
References Array< T >::cols(), f, ierr, Array< T >::resize(), and Array< T >::rows().
|
inlinestatic |
Definition at line 1782 of file lo-specfun.cc.
References Array< T >::cols(), current_liboctave_error_handler, f, ierr, FloatComplexMatrix::resize(), Array< T >::resize(), Array< T >::rows(), and x.
|
inlinestatic |
Definition at line 1815 of file lo-specfun.cc.
References Array< T >::dims(), f, ierr, dim_vector::numel(), Array< T >::resize(), and x.
|
inlinestatic |
Definition at line 1831 of file lo-specfun.cc.
References Array< T >::dims(), f, ierr, dim_vector::numel(), and Array< T >::resize().
|
inlinestatic |
Definition at line 1847 of file lo-specfun.cc.
References current_liboctave_error_handler, Array< T >::dims(), f, ierr, dim_vector::numel(), Array< T >::resize(), and x.
|
inlinestatic |
Definition at line 1872 of file lo-specfun.cc.
References f, ierr, Array< T >::length(), Array< T >::resize(), and x.
Definition at line 3081 of file lo-specfun.cc.
References d, Faddeeva::erf(), octave_Inf, octave_NaN, and x.
Referenced by erfcinv().
Definition at line 3004 of file lo-specfun.cc.
References d, Faddeeva::erf(), octave_Inf, octave_NaN, signum(), and x.
Referenced by erfinv().
Definition at line 3627 of file lo-specfun.cc.
References asin(), and lo_ieee_nan_value().
Referenced by ellipj(), Fellipj(), and install_ellipj_fcns().
Definition at line 3698 of file lo-specfun.cc.
Definition at line 250 of file lo-specfun.cc.
OCTAVE_API FloatComplex erf | ( | const Complex & | x | ) |
Definition at line 290 of file lo-specfun.cc.
References Faddeeva::erf().
Definition at line 270 of file lo-specfun.cc.
OCTAVE_API FloatComplex erfc | ( | const Complex & | x | ) |
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().
OCTAVE_API FloatComplex erfcx | ( | const Complex & | x | ) |
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().
OCTAVE_API FloatComplex erfi | ( | const Complex & | x | ) |
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().
OCTAVE_API FloatComplex expm1 | ( | const Complex & | x | ) |
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().
F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T F77_FUNC | ( | zbesy | , |
ZBESY | |||
) | const |
F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type double double octave_idx_type& F77_RET_T F77_FUNC | ( | zbesi | , |
ZBESI | |||
) | const |
F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type double double octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T F77_FUNC | ( | zbesk | , |
ZBESK | |||
) | const |
F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type double double octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T F77_FUNC | ( | zbesh | , |
ZBESH | |||
) | const |
F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type double double octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T F77_FUNC | ( | cbesj | , |
cBESJ | |||
) | const |
F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type double double octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T F77_FUNC | ( | cbesy | , |
CBESY | |||
) | const |
F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type double double octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const double const double const octave_idx_type const octave_idx_type const octave_idx_type double double octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type octave_idx_type& F77_RET_T const float const octave_idx_type const octave_idx_type FloatComplex octave_idx_type FloatComplex octave_idx_type& F77_RET_T F77_FUNC | ( | cbesi | , |
CBESI | |||
) | const |
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 2779 of file lo-specfun.cc.
References F77_XFCN, and xsgammainc().
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().
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.
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.
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().
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.
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.
|
static |
Definition at line 2250 of file lo-specfun.cc.
References dim_vector::str().
Referenced by betainc().
|
static |
Definition at line 2263 of file lo-specfun.cc.
References dim_vector::str().
Referenced by betaincinv().
Definition at line 1417 of file lo-specfun.cc.
References x.
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().
OCTAVE_API FloatComplex log1p | ( | const Complex & | x | ) |
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().
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().
FloatComplex rc_log1p | ( | float | x | ) |
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().
Definition at line 461 of file lo-specfun.cc.
References algams(), D_NINT(), F77_XFCN, octave_Float_Inf, x, xisinf(), and xisnan().
|
inlinestatic |
Definition at line 1032 of file lo-specfun.cc.
References bessel_return_value(), F77_FUNC(), ierr, imag(), real, and zbesh().
|
inlinestatic |
Definition at line 1078 of file lo-specfun.cc.
References bessel_return_value(), F77_FUNC(), ierr, imag(), real, and zbesh().
|
inlinestatic |
Definition at line 913 of file lo-specfun.cc.
References abs(), bessel_return_value(), F77_FUNC(), ierr, is_integer_value(), octave_NaN, zbesi(), and zbesk().
|
inlinestatic |
Definition at line 786 of file lo-specfun.cc.
References abs(), bessel_return_value(), F77_FUNC(), ierr, is_integer_value(), octave_NaN, zbesj(), and zbesy().
|
inlinestatic |
Definition at line 977 of file lo-specfun.cc.
References bessel_return_value(), F77_FUNC(), ierr, imag(), octave_Inf, real, and zbesk().
|
inlinestatic |
Definition at line 843 of file lo-specfun.cc.
References abs(), bessel_return_value(), F77_FUNC(), ierr, is_integer_value(), octave_Inf, octave_NaN, wi, zbesj(), and zbesy().