lmreplicate - replicate a given matrix as submatrices of a larger matrix
LIBRARY CALL
int lmreplicate(
kobject in_obj,
int r,
int c,
kobject out_obj)
INPUT
in_obj - input object
r - replication count along row direction
c - replication count along column direction
OUTPUT
out_obj - output matrix
RETURN VALUE
TRUE (1) on success, FALSE (0) otherwise
DESCRIPTION
lmreplicate is used to replicate an input matrix in
a rectagular array, forming a larger output matrix.
The input matrix thus appears as submatrices of the
output matrix.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$MATRIX/objects/library/kmatrix/src/lmreplicate.c
SEE ALSO
kmatrix(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.