You are here: Symbol Reference > Sparse Namespace > Classes > TSparseMtx Class > public > TSparseMtx.Inv Method
MtxVec VCL
ContentsIndex
PreviousUpNext
TSparseMtx.Inv Method

The inverse matrix.

Pascal
procedure Inv(const Y: TMtx);

Calculates the inverse (Mtx^-1) of the calling matrix and stores the result in Y dense matrix. If the calling matrix is not quadratic, an exception is raised.

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