TMtx *AddTensorProd(TVec *Vec1, TVec *Vec2, bool ConjVec2 = false);
Calculates the tensor product of two vectors and adds the result to calling matrix.
Remarks:
Calculates the tensor product of Vec1 and Vec2 vectors and adds the result to the calling matrix by using the following formula:
Y=Vec1 x Vec2 + Y.
If the ConjVec2 parameter is true, then the result will be tensor product of Vec1 and conjugated Vec2. The TMtx::Rows property is set to Vec1. TMtx::Length and TMtx::Cols property is set to Vec2. TMtx::Length and TMtx::Complex property of the calling matrix is adjusted automatically.
See Also: TMtx::TensorProd
Declared in Dew::Math::TMtx · Dew.Math/MtxVec.h · Cross-compiler