Unit Matrix |
********************************************} { Borland Delphi Unit } { } { TMatrix and TMatrixViewer implementation } { } { Created 1996 by Vladimir Safin } { e-mail: vlads@uniyar.ac.ru } { } {
Classes |
TMatrix - TMatrix - the table Lines x Columns
TMatrixViewer - Viewer and editor for TMatrix
Functions |
M_AddMatrix -
M_Inverse -
M_MultMatrix -
M_MultValue -
M_SolveLinearSystem -
Register -
Types |
PExtendedArray
TExtendedArray
TPtrArray
Constants |
Variables |
Functions |
Types |
PExtendedArray = ^TExtendedArrayArray of Extended
TExtendedArray = array [0..255] of Extended;
TPtrArray = array [0..255] of PExtendedArray;Array of pointers
Constants |
Variables |