You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
Matrix Structure
>
Matrix Methods
>
Exp2 Method
>
Matrix.Exp2 Method ()
Dew Math for .NET
Example
Matrix.Exp2 Method ()
var a,b:
Matrix
; begin a.SetIt(2,2,False,[1,2,3,4]);
// a = [1,2,3,4]
a.Exp2;
// a = [2,4,8,16]
a := Exp2(a); b.Exp2(a);
//same as
b := Exp2(a); end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home