|
7.7.1.0. scalarProd
Procedure from library bfun.lib (see bfun_lib).
- Usage:
- scalarProd(v,w); v,w intvecs
- Return:
- int, the standard scalar product of v and w
- Purpose:
- computes the scalar product of two intvecs
- Assume:
- the arguments are of the same size
Example:
|