GNU Octave
4.0.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 1955 of file lo-specfun.cc.
#define ALL_BESSEL | ( | name, | |
fcn | |||
) |
Definition at line 1955 of file lo-specfun.cc.
#define MM_BESSEL | ( | name, | |
fcn | |||
) |
Definition at line 1915 of file lo-specfun.cc.
#define MM_BESSEL | ( | name, | |
fcn | |||
) |
Definition at line 1915 of file lo-specfun.cc.
#define MS_BESSEL | ( | name, | |
fcn | |||
) |
Definition at line 1907 of file lo-specfun.cc.
#define MS_BESSEL | ( | name, | |
fcn | |||
) |
Definition at line 1907 of file lo-specfun.cc.
#define NN_BESSEL | ( | name, | |
fcn | |||
) |
Definition at line 1939 of file lo-specfun.cc.
#define NN_BESSEL | ( | name, | |
fcn | |||
) |
Definition at line 1939 of file lo-specfun.cc.
#define NS_BESSEL | ( | name, | |
fcn | |||
) |
Definition at line 1931 of file lo-specfun.cc.
#define NS_BESSEL | ( | name, | |
fcn | |||
) |
Definition at line 1931 of file lo-specfun.cc.
#define RC_BESSEL | ( | name, | |
fcn | |||
) |
Definition at line 1947 of file lo-specfun.cc.
#define RC_BESSEL | ( | name, | |
fcn | |||
) |
Definition at line 1947 of file lo-specfun.cc.
#define SM_BESSEL | ( | name, | |
fcn | |||
) |
Definition at line 1899 of file lo-specfun.cc.
#define SM_BESSEL | ( | name, | |
fcn | |||
) |
Definition at line 1899 of file lo-specfun.cc.
#define SN_BESSEL | ( | name, | |
fcn | |||
) |
Definition at line 1923 of file lo-specfun.cc.
#define SN_BESSEL | ( | name, | |
fcn | |||
) |
Definition at line 1923 of file lo-specfun.cc.
#define SS_BESSEL | ( | name, | |
fcn | |||
) |
Definition at line 1892 of file lo-specfun.cc.
#define SS_BESSEL | ( | name, | |
fcn | |||
) |
Definition at line 1892 of file lo-specfun.cc.
typedef Complex(* dptr)(const Complex &, double, int, octave_idx_type &) |
Definition at line 1125 of file lo-specfun.cc.
typedef FloatComplex(* fptr)(const FloatComplex &, float, int, octave_idx_type &) |
Definition at line 1732 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().
Complex airy | ( | const Complex & | z, |
bool | deriv, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1983 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 2049 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 2085 of file lo-specfun.cc.
References airy(), Array< T >::dims(), ierr, dim_vector::numel(), and Array< T >::resize().
FloatComplex airy | ( | const FloatComplex & | z, |
bool | deriv, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 2117 of file lo-specfun.cc.
References bessel_return_value(), cairy(), f, F77_FUNC(), ierr, imag(), and real().
FloatComplexMatrix airy | ( | const FloatComplexMatrix & | z, |
bool | deriv, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 2183 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 2219 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 |
|
inlinestatic |
Definition at line 1390 of file lo-specfun.cc.
References octave_Float_Inf, and octave_Float_NaN.
ComplexNDArray besselh1 | ( | const NDArray & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1358 of file lo-specfun.cc.
ComplexNDArray besselh1 | ( | const NDArray & | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1358 of file lo-specfun.cc.
ComplexMatrix besselh1 | ( | const RowVector & | alpha, |
const ComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1358 of file lo-specfun.cc.
Complex besselh1 | ( | double | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1358 of file lo-specfun.cc.
ComplexMatrix besselh1 | ( | double | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1358 of file lo-specfun.cc.
ComplexMatrix besselh1 | ( | const Matrix & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1358 of file lo-specfun.cc.
ComplexMatrix besselh1 | ( | const Matrix & | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1358 of file lo-specfun.cc.
ComplexNDArray besselh1 | ( | double | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1358 of file lo-specfun.cc.
FloatComplex besselh1 | ( | float | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1969 of file lo-specfun.cc.
FloatComplexMatrix besselh1 | ( | float | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1969 of file lo-specfun.cc.
FloatComplexMatrix besselh1 | ( | const FloatMatrix & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1969 of file lo-specfun.cc.
FloatComplexMatrix besselh1 | ( | const FloatMatrix & | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1969 of file lo-specfun.cc.
FloatComplexNDArray besselh1 | ( | float | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1969 of file lo-specfun.cc.
FloatComplexMatrix besselh1 | ( | const FloatRowVector & | alpha, |
const FloatComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1969 of file lo-specfun.cc.
FloatComplexNDArray besselh1 | ( | const FloatNDArray & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1969 of file lo-specfun.cc.
FloatComplexNDArray besselh1 | ( | const FloatNDArray & | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1969 of file lo-specfun.cc.
Complex besselh2 | ( | double | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1359 of file lo-specfun.cc.
ComplexMatrix besselh2 | ( | double | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1359 of file lo-specfun.cc.
ComplexMatrix besselh2 | ( | const Matrix & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1359 of file lo-specfun.cc.
ComplexMatrix besselh2 | ( | const Matrix & | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1359 of file lo-specfun.cc.
ComplexNDArray besselh2 | ( | double | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1359 of file lo-specfun.cc.
ComplexNDArray besselh2 | ( | const NDArray & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1359 of file lo-specfun.cc.
ComplexNDArray besselh2 | ( | const NDArray & | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1359 of file lo-specfun.cc.
ComplexMatrix besselh2 | ( | const RowVector & | alpha, |
const ComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1359 of file lo-specfun.cc.
FloatComplex besselh2 | ( | float | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1970 of file lo-specfun.cc.
FloatComplexMatrix besselh2 | ( | float | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1970 of file lo-specfun.cc.
FloatComplexMatrix besselh2 | ( | const FloatMatrix & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1970 of file lo-specfun.cc.
FloatComplexMatrix besselh2 | ( | const FloatMatrix & | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1970 of file lo-specfun.cc.
FloatComplexNDArray besselh2 | ( | float | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1970 of file lo-specfun.cc.
FloatComplexNDArray besselh2 | ( | const FloatNDArray & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1970 of file lo-specfun.cc.
FloatComplexNDArray besselh2 | ( | const FloatNDArray & | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1970 of file lo-specfun.cc.
FloatComplexMatrix besselh2 | ( | const FloatRowVector & | alpha, |
const FloatComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1970 of file lo-specfun.cc.
ComplexMatrix besseli | ( | double | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1356 of file lo-specfun.cc.
ComplexMatrix besseli | ( | const Matrix & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1356 of file lo-specfun.cc.
ComplexMatrix besseli | ( | const Matrix & | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1356 of file lo-specfun.cc.
ComplexNDArray besseli | ( | double | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1356 of file lo-specfun.cc.
ComplexNDArray besseli | ( | const NDArray & | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1356 of file lo-specfun.cc.
ComplexMatrix besseli | ( | const RowVector & | alpha, |
const ComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1356 of file lo-specfun.cc.
ComplexNDArray besseli | ( | const NDArray & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1356 of file lo-specfun.cc.
Complex besseli | ( | double | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1356 of file lo-specfun.cc.
Referenced by install_besselj_fcns().
FloatComplex besseli | ( | float | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1967 of file lo-specfun.cc.
FloatComplexMatrix besseli | ( | float | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1967 of file lo-specfun.cc.
FloatComplexMatrix besseli | ( | const FloatMatrix & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1967 of file lo-specfun.cc.
FloatComplexMatrix besseli | ( | const FloatMatrix & | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1967 of file lo-specfun.cc.
FloatComplexNDArray besseli | ( | float | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1967 of file lo-specfun.cc.
FloatComplexNDArray besseli | ( | const FloatNDArray & | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1967 of file lo-specfun.cc.
FloatComplexMatrix besseli | ( | const FloatRowVector & | alpha, |
const FloatComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1967 of file lo-specfun.cc.
FloatComplexNDArray besseli | ( | const FloatNDArray & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1967 of file lo-specfun.cc.
Complex besselj | ( | 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().
ComplexMatrix besselj | ( | double | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1354 of file lo-specfun.cc.
ComplexMatrix besselj | ( | const Matrix & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1354 of file lo-specfun.cc.
ComplexMatrix besselj | ( | const Matrix & | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1354 of file lo-specfun.cc.
ComplexNDArray besselj | ( | double | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1354 of file lo-specfun.cc.
ComplexMatrix besselj | ( | const RowVector & | alpha, |
const ComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1354 of file lo-specfun.cc.
ComplexNDArray besselj | ( | const NDArray & | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1354 of file lo-specfun.cc.
ComplexNDArray besselj | ( | const NDArray & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1354 of file lo-specfun.cc.
FloatComplex besselj | ( | float | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1965 of file lo-specfun.cc.
FloatComplexMatrix besselj | ( | float | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1965 of file lo-specfun.cc.
FloatComplexMatrix besselj | ( | const FloatMatrix & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1965 of file lo-specfun.cc.
FloatComplexMatrix besselj | ( | const FloatMatrix & | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1965 of file lo-specfun.cc.
FloatComplexNDArray besselj | ( | float | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1965 of file lo-specfun.cc.
FloatComplexNDArray besselj | ( | const FloatNDArray & | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1965 of file lo-specfun.cc.
FloatComplexMatrix besselj | ( | const FloatRowVector & | alpha, |
const FloatComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1965 of file lo-specfun.cc.
FloatComplexNDArray besselj | ( | const FloatNDArray & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1965 of file lo-specfun.cc.
Complex besselk | ( | double | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1357 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 1357 of file lo-specfun.cc.
ComplexMatrix besselk | ( | const Matrix & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1357 of file lo-specfun.cc.
ComplexMatrix besselk | ( | const Matrix & | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1357 of file lo-specfun.cc.
ComplexNDArray besselk | ( | double | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1357 of file lo-specfun.cc.
ComplexNDArray besselk | ( | const NDArray & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1357 of file lo-specfun.cc.
ComplexNDArray besselk | ( | const NDArray & | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1357 of file lo-specfun.cc.
ComplexMatrix besselk | ( | const RowVector & | alpha, |
const ComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1357 of file lo-specfun.cc.
FloatComplex besselk | ( | float | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1968 of file lo-specfun.cc.
FloatComplexMatrix besselk | ( | float | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1968 of file lo-specfun.cc.
FloatComplexMatrix besselk | ( | const FloatMatrix & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1968 of file lo-specfun.cc.
FloatComplexMatrix besselk | ( | const FloatMatrix & | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1968 of file lo-specfun.cc.
FloatComplexNDArray besselk | ( | float | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1968 of file lo-specfun.cc.
FloatComplexNDArray besselk | ( | const FloatNDArray & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1968 of file lo-specfun.cc.
FloatComplexNDArray besselk | ( | const FloatNDArray & | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1968 of file lo-specfun.cc.
FloatComplexMatrix besselk | ( | const FloatRowVector & | alpha, |
const FloatComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1968 of file lo-specfun.cc.
Complex bessely | ( | 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 bessely | ( | double | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1355 of file lo-specfun.cc.
ComplexMatrix bessely | ( | const Matrix & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1355 of file lo-specfun.cc.
ComplexMatrix bessely | ( | const Matrix & | alpha, |
const ComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1355 of file lo-specfun.cc.
ComplexNDArray bessely | ( | double | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1355 of file lo-specfun.cc.
ComplexNDArray bessely | ( | const NDArray & | alpha, |
const Complex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1355 of file lo-specfun.cc.
ComplexNDArray bessely | ( | const NDArray & | alpha, |
const ComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1355 of file lo-specfun.cc.
ComplexMatrix bessely | ( | const RowVector & | alpha, |
const ComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1355 of file lo-specfun.cc.
FloatComplex bessely | ( | float | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 1966 of file lo-specfun.cc.
FloatComplexMatrix bessely | ( | float | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1966 of file lo-specfun.cc.
FloatComplexMatrix bessely | ( | const FloatMatrix & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1966 of file lo-specfun.cc.
FloatComplexMatrix bessely | ( | const FloatMatrix & | alpha, |
const FloatComplexMatrix & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1966 of file lo-specfun.cc.
FloatComplexNDArray bessely | ( | float | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1966 of file lo-specfun.cc.
FloatComplexNDArray bessely | ( | const FloatNDArray & | alpha, |
const FloatComplex & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1966 of file lo-specfun.cc.
FloatComplexNDArray bessely | ( | const FloatNDArray & | alpha, |
const FloatComplexNDArray & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1966 of file lo-specfun.cc.
FloatComplexMatrix bessely | ( | const FloatRowVector & | alpha, |
const FloatComplexColumnVector & | x, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 1966 of file lo-specfun.cc.
Definition at line 2277 of file lo-specfun.cc.
References F77_XFCN, and xdbetai().
Referenced by betainc(), Fbetainc(), and install_betainc_fcns().
Definition at line 2285 of file lo-specfun.cc.
References betainc(), Array< T >::dims(), Array< T >::fortran_vec(), and dim_vector::numel().
Definition at line 2301 of file lo-specfun.cc.
References betainc(), Array< T >::dims(), Array< T >::fortran_vec(), and dim_vector::numel().
Definition at line 2317 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 2340 of file lo-specfun.cc.
References betainc(), Array< T >::dims(), Array< T >::fortran_vec(), dim_vector::numel(), and x.
Definition at line 2356 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 2379 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 2402 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 2425 of file lo-specfun.cc.
Definition at line 2433 of file lo-specfun.cc.
References betainc(), Array< T >::dims(), Array< T >::fortran_vec(), and dim_vector::numel().
Definition at line 2449 of file lo-specfun.cc.
References betainc(), Array< T >::dims(), Array< T >::fortran_vec(), and dim_vector::numel().
Definition at line 2465 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 2488 of file lo-specfun.cc.
References betainc(), Array< T >::dims(), Array< T >::fortran_vec(), dim_vector::numel(), and x.
Definition at line 2504 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 2527 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 2550 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 3295 of file lo-specfun.cc.
References betain(), max(), pow(), Faddeeva::w(), and xlgamma().
Referenced by betaincinv(), Fbetaincinv(), and install_betainc_fcns().
Definition at line 3489 of file lo-specfun.cc.
References betaincinv(), Array< T >::dims(), Array< T >::fortran_vec(), and dim_vector::numel().
Definition at line 3505 of file lo-specfun.cc.
References betaincinv(), Array< T >::dims(), Array< T >::fortran_vec(), and dim_vector::numel().
Definition at line 3521 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 3544 of file lo-specfun.cc.
References betaincinv(), Array< T >::dims(), Array< T >::fortran_vec(), dim_vector::numel(), and x.
Definition at line 3560 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 3583 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 3606 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.
Complex biry | ( | const Complex & | z, |
bool | deriv, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 2017 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 2067 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 2101 of file lo-specfun.cc.
References biry(), Array< T >::dims(), ierr, dim_vector::numel(), and Array< T >::resize().
FloatComplex biry | ( | const FloatComplex & | z, |
bool | deriv, | ||
bool | scaled, | ||
octave_idx_type & | ierr | ||
) |
Definition at line 2151 of file lo-specfun.cc.
References abs(), bessel_return_value(), cbiry(), f, F77_FUNC(), ierr, imag(), and real().
FloatComplexMatrix biry | ( | const FloatComplexMatrix & | z, |
bool | deriv, | ||
bool | scaled, | ||
Array< octave_idx_type > & | ierr | ||
) |
Definition at line 2201 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 2235 of file lo-specfun.cc.
References biry(), Array< T >::dims(), ierr, dim_vector::numel(), and Array< T >::resize().
|
inlinestatic |
Definition at line 1647 of file lo-specfun.cc.
References bessel_return_value(), cbesh(), F77_FUNC(), ierr, imag(), and real().
|
inlinestatic |
Definition at line 1690 of file lo-specfun.cc.
References bessel_return_value(), cbesh(), F77_FUNC(), ierr, imag(), and real().
|
inlinestatic |
Definition at line 1544 of file lo-specfun.cc.
References abs(), bessel_return_value(), cbesk(), F77_FUNC(), ierr, imag(), octave_Float_NaN, and real().
|
inlinestatic |
Definition at line 1425 of file lo-specfun.cc.
References abs(), bessel_return_value(), cbesy(), F77_FUNC(), ierr, imag(), is_integer_value(), octave_Float_NaN, and real().
Referenced by cbesy().
|
inlinestatic |
Definition at line 1597 of file lo-specfun.cc.
References bessel_return_value(), F77_FUNC(), ierr, imag(), octave_Float_Inf, and real().
Referenced by cbesi().
|
inlinestatic |
Definition at line 1479 of file lo-specfun.cc.
References abs(), bessel_return_value(), cbesj(), F77_FUNC(), ierr, imag(), is_integer_value(), octave_Float_Inf, octave_Float_NaN, real(), and Faddeeva::w().
Referenced by cbesj().
Definition at line 662 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 721 of file lo-specfun.cc.
References abs(), pow(), signum(), x, and xfinite().
Referenced by octave_float_matrix::map(), and octave_float_scalar::map().
Definition at line 349 of file lo-specfun.cc.
References Faddeeva::Dawson().
Referenced by install_mappers_fcns(), octave_sparse_complex_matrix::map(), octave_sparse_matrix::map(), octave_float_complex_matrix::map(), octave_complex_matrix::map(), octave_float_complex::map(), octave_complex::map(), octave_float_matrix::map(), octave_matrix::map(), octave_scalar::map(), and octave_float_scalar::map().
Definition at line 350 of file lo-specfun.cc.
References Faddeeva::Dawson().
Definition at line 352 of file lo-specfun.cc.
References Faddeeva::Dawson().
FloatComplex dawson | ( | const FloatComplex & | x | ) |
Definition at line 357 of file lo-specfun.cc.
References Faddeeva::Dawson(), imag(), and real().
|
inlinestatic |
Definition at line 1128 of file lo-specfun.cc.
References f.
|
inlinestatic |
Definition at line 1139 of file lo-specfun.cc.
References Array< T >::cols(), f, ierr, Array< T >::resize(), Array< T >::rows(), and x.
|
inlinestatic |
Definition at line 1157 of file lo-specfun.cc.
References Array< T >::cols(), f, ierr, Array< T >::resize(), and Array< T >::rows().
|
inlinestatic |
Definition at line 1175 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 1207 of file lo-specfun.cc.
References Array< T >::dims(), f, ierr, dim_vector::numel(), Array< T >::resize(), and x.
|
inlinestatic |
Definition at line 1223 of file lo-specfun.cc.
References Array< T >::dims(), f, ierr, dim_vector::numel(), and Array< T >::resize().
|
inlinestatic |
Definition at line 1239 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 1263 of file lo-specfun.cc.
References f, ierr, Array< T >::length(), Array< T >::resize(), and x.
|
inlinestatic |
Definition at line 1736 of file lo-specfun.cc.
References f.
|
inlinestatic |
Definition at line 1747 of file lo-specfun.cc.
References Array< T >::cols(), f, ierr, Array< T >::resize(), Array< T >::rows(), and x.
|
inlinestatic |
Definition at line 1765 of file lo-specfun.cc.
References Array< T >::cols(), f, ierr, Array< T >::resize(), and Array< T >::rows().
|
inlinestatic |
Definition at line 1784 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 1817 of file lo-specfun.cc.
References Array< T >::dims(), f, ierr, dim_vector::numel(), Array< T >::resize(), and x.
|
inlinestatic |
Definition at line 1833 of file lo-specfun.cc.
References Array< T >::dims(), f, ierr, dim_vector::numel(), and Array< T >::resize().
|
inlinestatic |
Definition at line 1849 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 1874 of file lo-specfun.cc.
References f, ierr, Array< T >::length(), Array< T >::resize(), and x.
Definition at line 3077 of file lo-specfun.cc.
References d, erf(), octave_Inf, octave_NaN, and x.
Referenced by erfcinv().
Definition at line 3000 of file lo-specfun.cc.
References d, erf(), octave_Inf, octave_NaN, signum(), and x.
Referenced by erfinv().
Definition at line 3630 of file lo-specfun.cc.
References asin(), and lo_ieee_nan_value().
Referenced by ellipj(), Fellipj(), and install_ellipj_fcns().
Definition at line 3702 of file lo-specfun.cc.
Definition at line 250 of file lo-specfun.cc.
References F77_XFCN, and xderf().
Referenced by do_erfcinv(), and do_erfinv().
Definition at line 290 of file lo-specfun.cc.
References Faddeeva::erf().
FloatComplex erf | ( | const FloatComplex & | x | ) |
Definition at line 295 of file lo-specfun.cc.
References Faddeeva::erf(), imag(), and real().
Definition at line 270 of file lo-specfun.cc.
Definition at line 304 of file lo-specfun.cc.
References Faddeeva::erfc().
FloatComplex erfc | ( | const FloatComplex & | x | ) |
Definition at line 309 of file lo-specfun.cc.
References Faddeeva::erfc(), imag(), and real().
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 3151 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 3156 of file lo-specfun.cc.
References do_erfcinv().
Definition at line 317 of file lo-specfun.cc.
References Faddeeva::erfcx().
Definition at line 318 of file lo-specfun.cc.
References Faddeeva::erfcx().
Definition at line 320 of file lo-specfun.cc.
References Faddeeva::erfcx().
FloatComplex erfcx | ( | const FloatComplex & | x | ) |
Definition at line 325 of file lo-specfun.cc.
References Faddeeva::erfcx(), imag(), and real().
Definition at line 260 of file lo-specfun.cc.
References F77_XFCN, and xerf().
Referenced by octave_float_matrix::map(), and octave_float_scalar::map().
Definition at line 333 of file lo-specfun.cc.
References Faddeeva::erfi().
Definition at line 334 of file lo-specfun.cc.
References Faddeeva::erfi().
Definition at line 336 of file lo-specfun.cc.
References Faddeeva::erfi().
FloatComplex erfi | ( | const FloatComplex & | x | ) |
Definition at line 341 of file lo-specfun.cc.
References Faddeeva::erfi(), imag(), and real().
Definition at line 3063 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 3068 of file lo-specfun.cc.
References do_erfinv().
Definition at line 510 of file lo-specfun.cc.
Referenced by expm1(), install_mappers_fcns(), octave_sparse_complex_matrix::map(), octave_sparse_matrix::map(), octave_float_complex_matrix::map(), octave_complex_matrix::map(), octave_float_complex::map(), octave_complex::map(), octave_float_matrix::map(), octave_matrix::map(), octave_scalar::map(), and octave_float_scalar::map().
Definition at line 545 of file lo-specfun.cc.
FloatComplex expm1 | ( | const FloatComplex & | x | ) |
Definition at line 600 of file lo-specfun.cc.
Definition at line 565 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 2575 of file lo-specfun.cc.
References F77_XFCN, and xgammainc().
Referenced by Fgammainc(), gammainc(), and install_gammainc_fcns().
Definition at line 2591 of file lo-specfun.cc.
References Array< T >::cols(), gammainc(), and Array< T >::rows().
Definition at line 2618 of file lo-specfun.cc.
References Array< T >::cols(), gammainc(), Array< T >::rows(), and x.
Definition at line 2645 of file lo-specfun.cc.
References Array< T >::cols(), current_liboctave_error_handler, gammainc(), Matrix::resize(), Array< T >::rows(), and x.
Definition at line 2684 of file lo-specfun.cc.
References Array< T >::dims(), gammainc(), and dim_vector::numel().
Definition at line 2710 of file lo-specfun.cc.
References Array< T >::dims(), gammainc(), dim_vector::numel(), and x.
Definition at line 2736 of file lo-specfun.cc.
References Array< T >::dims(), gammainc(), dim_vector::numel(), Array< T >::resize(), dim_vector::str(), and x.
Definition at line 2776 of file lo-specfun.cc.
References F77_XFCN, and xsgammainc().
FloatMatrix gammainc | ( | float | x, |
const FloatMatrix & | a | ||
) |
Definition at line 2792 of file lo-specfun.cc.
References Array< T >::cols(), gammainc(), and Array< T >::rows().
FloatMatrix gammainc | ( | const FloatMatrix & | x, |
float | a | ||
) |
Definition at line 2819 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 2846 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 2885 of file lo-specfun.cc.
References Array< T >::dims(), gammainc(), and dim_vector::numel().
FloatNDArray gammainc | ( | const FloatNDArray & | x, |
float | a | ||
) |
Definition at line 2911 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 2937 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 2251 of file lo-specfun.cc.
References dim_vector::str().
Referenced by betainc().
|
static |
Definition at line 2264 of file lo-specfun.cc.
References dim_vector::str().
Referenced by betaincinv().
Definition at line 1419 of file lo-specfun.cc.
References x.
Definition at line 620 of file lo-specfun.cc.
References x.
Referenced by install_mappers_fcns(), log1p(), octave_sparse_complex_matrix::map(), octave_sparse_matrix::map(), octave_float_complex_matrix::map(), octave_complex_matrix::map(), octave_float_complex::map(), octave_complex::map(), octave_float_matrix::map(), octave_matrix::map(), octave_scalar::map(), octave_float_scalar::map(), and rc_log1p().
Definition at line 643 of file lo-specfun.cc.
FloatComplex log1p | ( | const FloatComplex & | x | ) |
Definition at line 702 of file lo-specfun.cc.
Definition at line 411 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 483 of file lo-specfun.cc.
References algams(), D_NINT(), F77_XFCN, octave_Float_Inf, x, xisinf(), and xisnan().
Definition at line 2977 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 2985 of file lo-specfun.cc.
Definition at line 365 of file lo-specfun.cc.
References D_NINT(), F77_XFCN, octave_Inf, octave_NaN, xdgamma(), xisinf(), xisnan(), and xnegative_sign().
Referenced by xgamma().
Definition at line 437 of file lo-specfun.cc.
References D_NINT(), F77_XFCN, octave_Float_Inf, octave_Float_NaN, xgamma(), xisinf(), xisnan(), and xnegative_sign().
Definition at line 391 of file lo-specfun.cc.
References D_NINT(), dlgams(), F77_XFCN, octave_Inf, x, xisinf(), and xisnan().
Referenced by betaincinv().
Definition at line 463 of file lo-specfun.cc.
References algams(), D_NINT(), F77_XFCN, octave_Float_Inf, x, xisinf(), and xisnan().
|
inlinestatic |
Definition at line 1034 of file lo-specfun.cc.
References bessel_return_value(), F77_FUNC(), ierr, imag(), real(), and zbesh().
|
inlinestatic |
Definition at line 1080 of file lo-specfun.cc.
References bessel_return_value(), F77_FUNC(), ierr, imag(), real(), and zbesh().
|
inlinestatic |
Definition at line 915 of file lo-specfun.cc.
References abs(), bessel_return_value(), F77_FUNC(), ierr, is_integer_value(), octave_NaN, and zbesk().
|
inlinestatic |
Definition at line 788 of file lo-specfun.cc.
References abs(), bessel_return_value(), F77_FUNC(), ierr, is_integer_value(), octave_NaN, and zbesy().
Referenced by zbesy().
|
inlinestatic |
Definition at line 979 of file lo-specfun.cc.
References bessel_return_value(), F77_FUNC(), ierr, imag(), octave_Inf, and real().
Referenced by zbesi().
|
inlinestatic |
Definition at line 845 of file lo-specfun.cc.
References abs(), bessel_return_value(), F77_FUNC(), ierr, is_integer_value(), octave_Inf, octave_NaN, wi, and zbesj().
Referenced by zbesj().