Click or drag to resize

VectorTOuterProduct Method

Overload List
 NameDescription
Public methodOuterProduct(VectorT) Computes the outer product M[i,j] = u[i]*v[j] of this and another vector.
Public methodOuterProduct(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.
Public methodStatic memberOuterProduct(VectorT, VectorT) 
Top
See Also