BOOTSTRAP (klibm) functions


LIBRARY ROUTINE

kfmatrix_vector_prod - compute the matrix-vector product.

LIBRARY CALL

int kfmatrix_vector_prod(
   float *a,
   float *x,
   int    rows,
   int    cols,
   float *y)

INPUT

OUTPUT

RETURN VALUE

TRUE (1) on success, FALSE (0) otherwise

DESCRIPTION

kfmatrix_vector_prod() computes a matrix-vector product.

ADDITIONAL INFORMATION

none

EXAMPLES

none

SIDE EFFECTS

none

RESTRICTIONS

none

MODIFICATION

Converted from matvec() 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.