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