You are here:
Symbol Reference >
MtxExprInt Namespace
>
Classes
>
VectorInt Record
>
public
>
VectorInt.SaveToFile Method
MtxVec VCL
Example
VectorInt.SaveToFile Method
var
Mtx:
TMtxInt
;
begin
CreateIt
(Mtx);
try
Mtx.SetIt(2,2,[3,1,-1,5]); Mtx.SaveToFile('c:test.mtx');
// Write info and header for Mtx to file
finally
FreeIt
(Mtx);
end
;
end
;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.