next up previous contents
Next: x_prod_matrix Up: Miscellaneous Previous: vec_dot_prod   Contents

Subsections

vec_x_prod

Syntax

ReturnMatrix vec_x_prod(const ColumnVector & x, 
                        const ColumnVector & y);

Description

This function performs the vector cross product on x and y.

Return Value

ColumnVector



Richard Gourdeau 2004-07-06