TMtx::TensorProd Method

TMtx *TensorProd(TVec *MtxCol, TVec *MtxRow);

Calculates the tensor product of two vectors.

#NameTypeDescription
1MtxColTVec *
2MtxRowTVec *
Remarks:

Calculates the tensor product of mtxCol and mtxRow vectors and stores the results in the calling matrix. The TMtx::Rows property is set to mtxCol.TMtx::Length and TMtx::Cols property is set to mtxRow.TMtx::Length. The TMtx::Complex property of the calling matrix is adjusted automatically.

See Also: TMtx::AddTensorProd
Declared in Dew::Math::TMtx · Dew.Math/MtxVec.h · Cross-compiler