BOOTSTRAP (klibm) functions


LIBRARY ROUTINE

kfmatrix_inner_prod - compute the inner product of two vectors.

LIBRARY CALL

float kfmatrix_inner_prod(
   float *x,
   float *y,
   int    n)

INPUT

OUTPUT

none

RETURN VALUE

The float precision inner product of the two vectors.

DESCRIPTION

kfmatrix_inner_prod() computes the inner product of two vectors.

ADDITIONAL INFORMATION

none

EXAMPLES

none

SIDE EFFECTS

none

RESTRICTIONS

none

MODIFICATION

Converted from inner in Khoros 1.0 (JW)

FILES

$BOOTSTRAP/objects/library/klibm/src/fmatrix.c

SEE ALSO

klibm(3)

COPYRIGHT

Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.