Matrix::SetDouble Method

Overload List

#SignatureDescription
1TMtxVec *SetDouble(int Index, const DewArray<double> &A) const;Sets object values (double).
2TMtxVec *SetDouble(int Index, int aIndex, int Len, const DewArray<double> &A) const;

Overload 1: TMtxVec *SetDouble(int Index, const DewArray<double> &A) const;

Sets object values (double).

#NameTypeDescription
1Indexint
2Aconst DewArray<double> &
Remarks:

The double elements of A array are copied to the calling object elements [Index]..[Index+Length(A)-1]. An exception is raised if calling object array borders are overrun/underrun.

Note
Use this method for integer array only.

See Also: Matrix::SetIt, Matrix::SetInteger, Matrix::SetSingle
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler

Overload 2: TMtxVec *SetDouble(int Index, int aIndex, int Len, const DewArray<double> &A) const;

#NameTypeDescription
1Indexint
2aIndexint
3Lenint
4Aconst DewArray<double> &
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler