VectorTensorProduct Method |
Name | Description | |
---|---|---|
TensorProduct |
Computes the tensor product of this vector with itself.
| |
TensorProduct(Matrix) |
Computes the tensor product of this vector with itself and stores it in result matrix.
| |
TensorProduct(Vector) |
Computes the tensor product of current vector and specified vectors and store it in result matrix.
| |
TensorProduct(Vector, Matrix) |
Computes the tensor product of current vector and specified vectors and stores it in result matrix.
| |
TensorProduct(Vector, Vector) |
Computes the tensor product of two given vectors.
| |
TensorProduct(Vector, Vector, Matrix) |
Computes the tensor product of two given vectors.
|