product = dot(A,B)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in), | DIMENSION(:) | :: | inner_index_a | List of indices for A.  | 
  
|
| real(kind=NTREAL), | intent(in), | DIMENSION(:) | :: | values_a | List of values for A.  | 
  
|
| integer, | intent(in), | DIMENSION(:) | :: | inner_index_b | List of indices for B.  | 
  
|
| real(kind=NTREAL), | intent(in), | DIMENSION(:) | :: | values_b | List of values for B.  | 
  
Dot product.
product = dot(A,B)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in), | DIMENSION(:) | :: | inner_index_a | List of indices for A.  | 
  
|
| complex(kind=NTCOMPLEX), | intent(in), | DIMENSION(:) | :: | values_a | List of values for A.  | 
  
|
| integer, | intent(in), | DIMENSION(:) | :: | inner_index_b | List of indices for B.  | 
  
|
| complex(kind=NTCOMPLEX), | intent(in), | DIMENSION(:) | :: | values_b | List of values for B.  | 
  
Dot product.