MATRIX (kmatrix) functions


LIBRARY ROUTINE

lmmul - form matrix product C=AB

LIBRARY CALL

int lmmul( kobject a_obj, kobject b_obj, kobject c_obj)

INPUT

OUTPUT

RETURN VALUE

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

DESCRIPTION

lmmul forms the matrix product C=AB where A is MxN, B is NxP, and C is MxP.

ADDITIONAL INFORMATION

none

EXAMPLES

none

SIDE EFFECTS

none

RESTRICTIONS

none

MODIFICATION

none

FILES

$MATRIX/objects/library/kmatrix/src/lmmul.c

SEE ALSO

kmatrix(3)

COPYRIGHT

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