TMtxInt *TensorProd(TVecInt *Vec1, TVecInt *Vec2);
Calculates the tensor product of two vectors.
Remarks:
Calculates the tensor product of Vec1 and Vec2 vectors and stores the results in the calling matrix. The TMtxSmallInt::Rows property is set to Vec1.TMtxSmallInt::Length and TMtxSmallInt::Cols property is set to Vec2.TMtxSmallInt::Length. The TMtxSmallInt::IntPrecision property of the calling matrix is adjusted automatically.
Declared in Dew::Math::TMtxInt · Dew.Math/MtxVecInt.h · Cross-compiler