MatrixInt::TensorProd Method

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

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 MatrixInt::Rows property is set to Vec1.TMtxVecBase::Length and MatrixInt::Cols property is set to Vec2.TMtxVecBase::Length. The TMtxVecInt::IntPrecision property of the calling matrix is adjusted automatically.

Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler