| 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 | |
|
| Funktion | Matrix im Binärformat in einem Stream speichern |
|
| 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 ); |
|
| Beschreibung | Die Matrix A mit ht*len Elementen wird im Binärformat in stream gespeichert. stream muß bereits für binäre Schreib-Operationen geöffnet sein. |
|
|