You are here:
Home
>
MtxVec
>
MtxExpr
>
AddTensorProd Method
MtxVec (Delphi / C++ Builder)
Contents
|
Search
|
Home
MtxExpr.AddTensorProd Method
MtxExpr
function
AddTensorProd(
const
Src:
TMtx
;
const
Vec1:
TVec
;
const
Vec2:
TVec
; ConjVec2: Boolean):
Matrix
;
Returns Src + Vector1*Vector2'
#
Name
Type
Description
1
Src
TMtx
2
Vec1
TVec
3
Vec2
TVec
4
ConjVec2
Boolean
Returns: Matrix
Remarks:
Internally calls
Matrix.AddTensorProd