Overload List

  NameDescription
OuterProduct(DoubleComplexVector, DoubleComplexVector)
Creates a matrix containing the outer product of two vectors.
OuterProduct(DoubleVector, DoubleVector)
Creates a matrix containing the outer product of two vectors.
OuterProduct(FloatComplexVector, FloatComplexVector)
Creates a matrix containing the outer product of two vectors.
OuterProduct(FloatVector, FloatVector)
Creates a matrix containing the outer product of two vectors.
OuterProduct(DoubleComplexVector, DoubleComplexVector, DoubleComplexMatrix)
Performs an outer product of the two vectors and puts the answer in the given matrix.
OuterProduct(DoubleVector, DoubleVector, DoubleMatrix)
Performs an outer product of the two vectors and puts the answer in the given matrix.
OuterProduct(FloatComplexVector, FloatComplexVector, FloatComplexMatrix)
Performs an outer product of the two vectors and puts the answer in the given matrix.
OuterProduct(FloatVector, FloatVector, FloatMatrix)
Performs an outer product of the two vectors and puts the answer in the given matrix.

See Also