You are here: Symbol Reference > MtxVecTee Namespace > Functions > MtxVecTee.DrawIt Function
MtxVec VCL
ContentsIndex
Example
Uses ...MtxExpr, MtxVecTee; var A: Matrix; begin DrawIt(A,'Showing matrix values'); end;

 

#include "MtxExpr.hpp" #include "MtxVecTee.hpp" ... sMatrix A; A.Size(20,20) A()->Ramp(); DrawIt(A,"Showing matrix values"); ..
Copyright (c) 1999-2025 by Dew Research. All rights reserved.