You are here:
Symbol Reference >
MtxExpr Namespace
>
Classes
>
Matrix Record
>
public
>
Mul Method
>
Matrix.Mul Method (double)
MtxVec VCL
Example
Matrix.Mul Method (double)
var
v:
Vector
;
begin
v.SetIt(1,3,false,[2,3,5]);
// v = [2,3,5]
v := v*3;
// v = [6,9,15]
end
;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.