Function operator| from lapack
Brief description
operator|(left:lvector_t,right:lvector_t):double
Computes the standard Euclidean scalar product of two vectors More ...
Function information
| Name: | operator| |
| Base: | lvector_t |
| Group: | LAPACK plugins:Basic plugins |
| Icon: | lapack.png |
| Color: | darkRed |
| Authors: | |
| Copyright: |
Detailed description
Computes the standard Euclidean scalar product of two vectors.
Input parameters
-
left:
lvector_t
- Left product
-
right:
lvector_t
- Right product
Return values
-
Default return value:
double
- Standard scalar product
