Vector Products |
Hereinafter the following convention is used:
– small Greek letters are used to denote scalars;
– small Latin letters are used to denote vectors;
– capital Latin letters are used to denote matrices.
This topic contains the following sections:
This section describes methods applied to calculate dot product and tensor product of two vectors or of a given vector with itself.
Operation | Description | Performance |
---|---|---|
dot product | Computes the dot product of this vector with itself: given: then the resulting dot product is: Computes the dot product of this vector with another vector: given: then the resulting dot product is: | |
tensor product | Computes the tensor product of this vector with itself: given: then the resulting tensor product is: Returning result:Out of place:Computes the tensor product of this vector with another vector: given: then the resulting tensor product is: Returning result:Out of place: |