TMtx *TensorProd(TVec *MtxCol, TVec *MtxRow) const;
Calculates the tensor product of two vectors.
Remarks:
Calculates the tensor product of mtxCol and mtxRow vectors and stores the results in the calling matrix. The Matrix::Rows property is set to mtxCol.TMtxVecBase::Length and Matrix::Cols property is set to mtxRow.TMtxVecBase::Length. The TMtxVec::Complex property of the calling matrix is adjusted automatically.
See Also: Matrix::AddTensorProd
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler