| MF_store
| MD_store |
ME_store |
| MCF_store |
MCD_store |
MCE_store |
| MI_store | MBI_store | MSI_store | MLI_store | MQI_store |
| MU_store | MUB_store | MUS_store | MUL_store | MUQ_store |
|
| Function | store a matrix in binary format into a stream |
|
| Syntax C/C++ | #include <MFstd.h>
void MF_store( FILE *stream, fMatrix MA, ui ht, ui len ); |
| C++ MatObj | #include <OptiVec.h>
void matrix<T>::store( FILE *stream ); |
| Pascal/Delphi | uses MFstd;
procedure MF_store( var Stream:FILE; MA:fMatrix; ht, len:UIntSize ); |
|
| Description | The matrix MA of ht*len elements is written to stream in binary format. The stream must be already open for binary write operations. |
|
|