In file DMatrix.cpp:

DIVAMatrixExport void CDMatrix::OuterProduct(const CDVector &v1, const CDVector &v2)

Forms the outer product of two vectors.

Documentation

Forms the outer product of two vectors and store the result in this. If the matrix does have the correct size, it will be resized.

Returns:
Nothing.
Parameters:
v1 - Input vector.
v2 - Input vector.
Author:
Mikkel B. Stegmann
Version:
3-16-2001


Back DIVA Reference Manual The DIVA-Site