You are here:
Symbol Reference >
MtxExpr Namespace
>
Classes
>
Matrix Record
>
public
>
Matrix.LoadFromFile Method
MtxVec VCL
Example
Matrix.LoadFromFile Method
var
b:
Matrix
;
begin
b.LoadFromFile('c:test.Vec');
// Read header and values for b
end
;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.