TMtxInt::TensorProd Method

TMtxInt *TensorProd(TVecInt *Vec1, TVecInt *Vec2);

Calculates the tensor product of two vectors.

#NameTypeDescription
1Vec1TVecInt *
2Vec2TVecInt *
Remarks:

Calculates the tensor product of Vec1 and Vec2 vectors and stores the results in the calling matrix. The TMtxInt::Rows property is set to Vec1.TMtxInt::Length and TMtxInt::Cols property is set to Vec2.TMtxInt::Length. The TMtxInt::IntPrecision property of the calling matrix is adjusted automatically.

Declared in Dew::Math::TMtxInt · Dew.Math/MtxVecInt.h · Cross-compiler