VectorTOuter |
| Name | Description | |
|---|---|---|
| OuterProduct(VectorT) | Computes the outer product M[i,j] = u[i]*v[j] of this and another vector. | |
| OuterProduct(VectorT, MatrixT) | Computes the outer product M[i,j] = u[i]*v[j] of this and another vector and stores the result in the result matrix. | |
| OuterProduct(VectorT, VectorT) |