Click or drag to resize

VectorTensorProduct Method

Overload List
  NameDescription
Public methodTensorProduct
Computes the tensor product of this vector with itself.
Public methodTensorProduct(Matrix)
Computes the tensor product of this vector with itself and stores it in result matrix.
Public methodTensorProduct(Vector)
Computes the tensor product of current vector and specified vectors and store it in result matrix.
Public methodTensorProduct(Vector, Matrix)
Computes the tensor product of current vector and specified vectors and stores it in result matrix.
Public methodStatic memberTensorProduct(Vector, Vector)
Computes the tensor product of two given vectors.
Public methodStatic memberTensorProduct(Vector, Vector, Matrix)
Computes the tensor product of two given vectors.
Top
See Also