You are here: Symbol Reference > MtxExpr Namespace > Classes > Matrix Record > Create Constructor > Matrix.Create Constructor (integer, integer, boolean, boolean)
MtxVec VCL
ContentsIndex
PreviousUpNext
Matrix.Create Constructor (integer, integer, boolean, boolean)

Internally creates TMtx object without using object cache.

Pascal
constructor Create(const aRows: integer; const aCols: integer; const aIsComplex: boolean; const aIsDouble: boolean); overload;

Creates TMtx object without using object cache. Suitable for declaring global variables. To obtain Matrix type with storage from object cache, do not call the constructor, but simply declare the var.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!