#include "oct-cmplx.h"
#include "Array.h"
Go to the source code of this file.
#define octave_liboctave_specfun_h 1 |
OCTAVE_API FloatComplexNDArray airy | ( | const FloatComplexNDArray & | z, | |
bool | deriv, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix airy | ( | const FloatComplexMatrix & | z, | |
bool | deriv, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplex airy | ( | const FloatComplex & | z, | |
bool | deriv, | |||
bool | scaled, | |||
octave_idx_type & | ierr | |||
) |
OCTAVE_API ComplexNDArray airy | ( | const ComplexNDArray & | z, | |
bool | deriv, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexMatrix airy | ( | const ComplexMatrix & | z, | |
bool | deriv, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix besselh1 | ( | const FloatRowVector & | alpha, | |
const FloatComplexColumnVector & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexNDArray besselh1 | ( | const FloatNDArray & | alpha, | |
const FloatComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexNDArray besselh1 | ( | const FloatNDArray & | alpha, | |
const FloatComplex & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexNDArray besselh1 | ( | float | alpha, | |
const FloatComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix besselh1 | ( | const FloatMatrix & | alpha, | |
const FloatComplexMatrix & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix besselh1 | ( | const FloatMatrix & | alpha, | |
const FloatComplex & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix besselh1 | ( | float | alpha, | |
const FloatComplexMatrix & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplex besselh1 | ( | float | alpha, | |
const FloatComplex & | x, | |||
bool | scaled, | |||
octave_idx_type & | ierr | |||
) |
OCTAVE_API ComplexMatrix besselh1 | ( | const RowVector & | alpha, | |
const ComplexColumnVector & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexNDArray besselh1 | ( | const NDArray & | alpha, | |
const ComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexNDArray besselh1 | ( | const NDArray & | alpha, | |
const Complex & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexNDArray besselh1 | ( | double | alpha, | |
const ComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexMatrix besselh1 | ( | const Matrix & | alpha, | |
const ComplexMatrix & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexMatrix besselh1 | ( | const Matrix & | alpha, | |
const Complex & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexMatrix besselh1 | ( | double | alpha, | |
const ComplexMatrix & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API Complex besselh1 | ( | double | alpha, | |
const Complex & | x, | |||
bool | scaled, | |||
octave_idx_type & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix besselh2 | ( | const FloatRowVector & | alpha, | |
const FloatComplexColumnVector & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexNDArray besselh2 | ( | const FloatNDArray & | alpha, | |
const FloatComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexNDArray besselh2 | ( | const FloatNDArray & | alpha, | |
const FloatComplex & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexNDArray besselh2 | ( | float | alpha, | |
const FloatComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix besselh2 | ( | const FloatMatrix & | alpha, | |
const FloatComplexMatrix & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix besselh2 | ( | const FloatMatrix & | alpha, | |
const FloatComplex & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix besselh2 | ( | float | alpha, | |
const FloatComplexMatrix & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplex besselh2 | ( | float | alpha, | |
const FloatComplex & | x, | |||
bool | scaled, | |||
octave_idx_type & | ierr | |||
) |
OCTAVE_API ComplexMatrix besselh2 | ( | const RowVector & | alpha, | |
const ComplexColumnVector & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexNDArray besselh2 | ( | const NDArray & | alpha, | |
const ComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexNDArray besselh2 | ( | const NDArray & | alpha, | |
const Complex & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexNDArray besselh2 | ( | double | alpha, | |
const ComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexMatrix besselh2 | ( | const Matrix & | alpha, | |
const ComplexMatrix & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexMatrix besselh2 | ( | const Matrix & | alpha, | |
const Complex & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexMatrix besselh2 | ( | double | alpha, | |
const ComplexMatrix & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API Complex besselh2 | ( | double | alpha, | |
const Complex & | x, | |||
bool | scaled, | |||
octave_idx_type & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix besseli | ( | const FloatRowVector & | alpha, | |
const FloatComplexColumnVector & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexNDArray besseli | ( | const FloatNDArray & | alpha, | |
const FloatComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexNDArray besseli | ( | const FloatNDArray & | alpha, | |
const FloatComplex & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexNDArray besseli | ( | float | alpha, | |
const FloatComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix besseli | ( | const FloatMatrix & | alpha, | |
const FloatComplexMatrix & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix besseli | ( | const FloatMatrix & | alpha, | |
const FloatComplex & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix besseli | ( | float | alpha, | |
const FloatComplexMatrix & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplex besseli | ( | float | alpha, | |
const FloatComplex & | x, | |||
bool | scaled, | |||
octave_idx_type & | ierr | |||
) |
OCTAVE_API ComplexMatrix besseli | ( | const RowVector & | alpha, | |
const ComplexColumnVector & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexNDArray besseli | ( | const NDArray & | alpha, | |
const ComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexNDArray besseli | ( | const NDArray & | alpha, | |
const Complex & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexNDArray besseli | ( | double | alpha, | |
const ComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexMatrix besseli | ( | const Matrix & | alpha, | |
const ComplexMatrix & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexMatrix besseli | ( | const Matrix & | alpha, | |
const Complex & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexMatrix besseli | ( | double | alpha, | |
const ComplexMatrix & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix besselj | ( | const FloatRowVector & | alpha, | |
const FloatComplexColumnVector & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexNDArray besselj | ( | const FloatNDArray & | alpha, | |
const FloatComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexNDArray besselj | ( | const FloatNDArray & | alpha, | |
const FloatComplex & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexNDArray besselj | ( | float | alpha, | |
const FloatComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix besselj | ( | const FloatMatrix & | alpha, | |
const FloatComplexMatrix & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix besselj | ( | const FloatMatrix & | alpha, | |
const FloatComplex & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix besselj | ( | float | alpha, | |
const FloatComplexMatrix & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplex besselj | ( | float | alpha, | |
const FloatComplex & | x, | |||
bool | scaled, | |||
octave_idx_type & | ierr | |||
) |
OCTAVE_API ComplexMatrix besselj | ( | const RowVector & | alpha, | |
const ComplexColumnVector & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexNDArray besselj | ( | const NDArray & | alpha, | |
const ComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexNDArray besselj | ( | const NDArray & | alpha, | |
const Complex & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexNDArray besselj | ( | double | alpha, | |
const ComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexMatrix besselj | ( | const Matrix & | alpha, | |
const ComplexMatrix & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexMatrix besselj | ( | const Matrix & | alpha, | |
const Complex & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexMatrix besselj | ( | double | alpha, | |
const ComplexMatrix & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix besselk | ( | const FloatRowVector & | alpha, | |
const FloatComplexColumnVector & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexNDArray besselk | ( | const FloatNDArray & | alpha, | |
const FloatComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexNDArray besselk | ( | const FloatNDArray & | alpha, | |
const FloatComplex & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexNDArray besselk | ( | float | alpha, | |
const FloatComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix besselk | ( | const FloatMatrix & | alpha, | |
const FloatComplexMatrix & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix besselk | ( | const FloatMatrix & | alpha, | |
const FloatComplex & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix besselk | ( | float | alpha, | |
const FloatComplexMatrix & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplex besselk | ( | float | alpha, | |
const FloatComplex & | x, | |||
bool | scaled, | |||
octave_idx_type & | ierr | |||
) |
OCTAVE_API ComplexMatrix besselk | ( | const RowVector & | alpha, | |
const ComplexColumnVector & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexNDArray besselk | ( | const NDArray & | alpha, | |
const ComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexNDArray besselk | ( | const NDArray & | alpha, | |
const Complex & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexNDArray besselk | ( | double | alpha, | |
const ComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexMatrix besselk | ( | const Matrix & | alpha, | |
const ComplexMatrix & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexMatrix besselk | ( | const Matrix & | alpha, | |
const Complex & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexMatrix besselk | ( | double | alpha, | |
const ComplexMatrix & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix bessely | ( | const FloatRowVector & | alpha, | |
const FloatComplexColumnVector & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexNDArray bessely | ( | const FloatNDArray & | alpha, | |
const FloatComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexNDArray bessely | ( | const FloatNDArray & | alpha, | |
const FloatComplex & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexNDArray bessely | ( | float | alpha, | |
const FloatComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix bessely | ( | const FloatMatrix & | alpha, | |
const FloatComplexMatrix & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix bessely | ( | const FloatMatrix & | alpha, | |
const FloatComplex & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix bessely | ( | float | alpha, | |
const FloatComplexMatrix & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplex bessely | ( | float | alpha, | |
const FloatComplex & | x, | |||
bool | scaled, | |||
octave_idx_type & | ierr | |||
) |
OCTAVE_API ComplexMatrix bessely | ( | const RowVector & | alpha, | |
const ComplexColumnVector & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexNDArray bessely | ( | const NDArray & | alpha, | |
const ComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexNDArray bessely | ( | const NDArray & | alpha, | |
const Complex & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexNDArray bessely | ( | double | alpha, | |
const ComplexNDArray & | x, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexMatrix bessely | ( | const Matrix & | alpha, | |
const ComplexMatrix & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexMatrix bessely | ( | const Matrix & | alpha, | |
const Complex & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexMatrix bessely | ( | double | alpha, | |
const ComplexMatrix & | x, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatNDArray betainc | ( | const FloatNDArray & | x, | |
const FloatNDArray & | a, | |||
const FloatNDArray & | b | |||
) |
OCTAVE_API FloatNDArray betainc | ( | const FloatNDArray & | x, | |
const FloatNDArray & | a, | |||
float | b | |||
) |
OCTAVE_API FloatNDArray betainc | ( | const FloatNDArray & | x, | |
float | a, | |||
const FloatNDArray & | b | |||
) |
OCTAVE_API FloatNDArray betainc | ( | const FloatNDArray & | x, | |
float | a, | |||
float | b | |||
) |
OCTAVE_API FloatMatrix betainc | ( | const FloatMatrix & | x, | |
const FloatMatrix & | a, | |||
const FloatMatrix & | b | |||
) |
OCTAVE_API FloatMatrix betainc | ( | const FloatMatrix & | x, | |
const FloatMatrix & | a, | |||
float | b | |||
) |
OCTAVE_API FloatMatrix betainc | ( | const FloatMatrix & | x, | |
float | a, | |||
const FloatMatrix & | b | |||
) |
OCTAVE_API FloatMatrix betainc | ( | const FloatMatrix & | x, | |
float | a, | |||
float | b | |||
) |
OCTAVE_API FloatNDArray betainc | ( | float | x, | |
const FloatNDArray & | a, | |||
const FloatNDArray & | b | |||
) |
OCTAVE_API FloatNDArray betainc | ( | float | x, | |
const FloatNDArray & | a, | |||
float | b | |||
) |
OCTAVE_API FloatNDArray betainc | ( | float | x, | |
float | a, | |||
const FloatNDArray & | b | |||
) |
OCTAVE_API FloatMatrix betainc | ( | float | x, | |
const FloatMatrix & | a, | |||
const FloatMatrix & | b | |||
) |
OCTAVE_API FloatMatrix betainc | ( | float | x, | |
const FloatMatrix & | a, | |||
float | b | |||
) |
OCTAVE_API FloatMatrix betainc | ( | float | x, | |
float | a, | |||
const FloatMatrix & | b | |||
) |
OCTAVE_API FloatComplexNDArray biry | ( | const FloatComplexNDArray & | z, | |
bool | deriv, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplexMatrix biry | ( | const FloatComplexMatrix & | z, | |
bool | deriv, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplex biry | ( | const FloatComplex & | z, | |
bool | deriv, | |||
bool | scaled, | |||
octave_idx_type & | ierr | |||
) |
OCTAVE_API ComplexNDArray biry | ( | const ComplexNDArray & | z, | |
bool | deriv, | |||
bool | scaled, | |||
Array< octave_idx_type > & | ierr | |||
) |
OCTAVE_API ComplexMatrix biry | ( | const ComplexMatrix & | z, | |
bool | deriv, | |||
bool | scaled, | |||
Array2< octave_idx_type > & | ierr | |||
) |
OCTAVE_API FloatComplex expm1f | ( | const FloatComplex & | x | ) |
OCTAVE_API FloatNDArray gammainc | ( | const FloatNDArray & | x, | |
const FloatNDArray & | a | |||
) |
OCTAVE_API FloatNDArray gammainc | ( | const FloatNDArray & | x, | |
float | a | |||
) |
OCTAVE_API FloatNDArray gammainc | ( | float | x, | |
const FloatNDArray & | a | |||
) |
OCTAVE_API FloatMatrix gammainc | ( | const FloatMatrix & | x, | |
const FloatMatrix & | a | |||
) |
OCTAVE_API FloatMatrix gammainc | ( | const FloatMatrix & | x, | |
float | a | |||
) |
OCTAVE_API FloatMatrix gammainc | ( | float | x, | |
const FloatMatrix & | a | |||
) |
OCTAVE_API FloatComplex log1pf | ( | const FloatComplex & | x | ) |
OCTAVE_API FloatComplex xlgamma | ( | const FloatComplex & | x | ) |