DATAMANIP (kdatamanip) functions
LIBRARY ROUTINE
lkbessel - compute bessel function of data object
LIBRARY CALL
int lkbessel (
kobject i,
int fn_type,
int order,
kobject o)
INPUT
- i - the input object to be processed
- fn_type - bessel fn. of the 1st/2nd kind
- order - order of the bessel fn.
OUTPUT
RETURN VALUE
TRUE (1) on success, FALSE (0) on failure
DESCRIPTION
Library Routine for kbessel.
The following is the library routine that performs
the bessel function on a data object. The routine
takes an input data object, user-specified function
kind, user-specified function order, and an output
data object in which to store the result of the
function.
Therefore if lkbessel() were called with:
lkbessel(i, 1, 0, o)
o = J0(i)
and if it were called with:
lkbessel(i, 2, 1, o)
o = Y1(i)
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$DATAMANIP/objects/library/kdatamanip/src/lkbessel.c
SEE ALSO
kdatamanip(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.