| Syntax C/C++ | #include <MFstd.h>
void MF_LUinv( fMatrix Inv, fMatrix LU, uVector Ind, ui len ); |
| C++ MatObj | #include <OptiVec.h>
void matrix<T>::LUinv( const matrix<T>& MLU, const vector<unsigned>& Ind ); |
| Pascal/Delphi | uses MFstd;
procedure MF_LUinv( MInv, MLU:fMatrix; Ind:uVector; len:UIntSize ); |
|