In file Mt.d:

void MtVectorVectorMultiply

(float a[], I32 ia, float b[], I32 ib,
  float c[], I32 ic, I32 n)

Does a element by element multiplication of two vectors: a[i*ia]*b[i*ib]=c[i*ic].

Documentation

Does a element by element multiplication of two vectors: a[i*ia]*b[i*ib]=c[i*ic].
Parameters:
a - the first input vector.
ia - the stride through a.
b - the second input vector.
ib - the stride through b.
c - the output vector.
ic - the stride through c.
n - the number of elements in the vectors.
Returns:
none.

Alphabetic index HTML hierarchy of classes or Java


Copyright 1993, 1994 Geophysical Software, Inc.
2603 Peninsulas Drive, Missouri City Texas 77459, (713)438-0583.
All Rights Reserved Company Confidential
Prepared for University of Minnesota, October, 2001