Click or drag to resize

NMathFunctionsOuterProduct Method

Overload List
 NameDescription
Public methodStatic memberOuterProduct(DoubleComplexVector, DoubleComplexVector) Creates a matrix containing the outer product of two vectors.
Public methodStatic memberOuterProduct(DoubleVector, DoubleVector) Creates a matrix containing the outer product of two vectors.
Public methodStatic memberOuterProduct(FloatComplexVector, FloatComplexVector) Creates a matrix containing the outer product of two vectors.
Public methodStatic memberOuterProduct(FloatVector, FloatVector) Creates a matrix containing the outer product of two vectors.
Public methodStatic memberOuterProduct(DoubleComplexVector, DoubleComplexVector, DoubleComplexMatrix) Performs an outer product of the two vectors and puts the answer in the given matrix.
Public methodStatic memberOuterProduct(DoubleVector, DoubleVector, DoubleMatrix) Performs an outer product of the two vectors and puts the answer in the given matrix.
Public methodStatic memberOuterProduct(FloatComplexVector, FloatComplexVector, FloatComplexMatrix) Performs an outer product of the two vectors and puts the answer in the given matrix.
Public methodStatic memberOuterProduct(FloatVector, FloatVector, FloatMatrix) Performs an outer product of the two vectors and puts the answer in the given matrix.
Top
See Also