help-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gsl] Cross product between two vectors


From: Martin Jansche
Subject: Re: [Help-gsl] Cross product between two vectors
Date: Wed, 14 May 2008 22:25:24 -0400

The 3d cross product can be easily written as a short inline function.
 There is no GSL method for the cross product because it is not
defined in general for arbitrary GSL vectors.  If you're doing a lot
of 3d vector computations, you might want to look into graphics
libraries instead of GSL.
-- mj

On Wed, May 14, 2008 at 9:37 PM, Ronald Römer <address@hidden> wrote:
> Hello out there,
>
>  I will perform a simple cross product between two vectors. What ist the
>  right way to do this, because I can not found a function in gsl to do this
>  simple calculation? After that I will also perform a normalization of the
>  resulting vector.
>
>  Greetings
>  _______________________________________________
>  Help-gsl mailing list
>  address@hidden
>  http://lists.gnu.org/mailman/listinfo/help-gsl
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]