| The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information.... |

Home MathPack Matrix Classes TIntMatrix, TMatrix and TMat3D Methods LoadFromStream |
|||||||||||
| See also: SaveToStream, LoadFromFile, LoadSparseMat, StoreOnFile, StoreSparseMat | |||||||||||
LoadFromStream |
![]() |
||||||||||
The function LoadFromStream loads the matrix elements which have been stored previously by the method SaveToStream. The parameter InStream specifies the stream to be read from. LoadFromStream returns a TRUE value, if the data have been successfully read. If the parameter AdjustMatrixSize is set to TRUE, the matrix size is adjusted before the data are read in order to be able to hold the entire data. If AdjustMatrixSize is FALSE the data will be only read if it fits into the existing matrix.
|
|||||||||||