MF_SVDgetEdit MD_SVDgetEdit ME_SVDgetEdit
Functionretrieve current editing threshold for Singular Value backsubstitution
Syntax C/C++#include <MFstd.h>
float MF_SVDgetEdit( void );
C++ MatObj#include <OptiVec.h>
T matrix<T>::SVDgetEdit( );
Pascal/Delphiuses MFstd;
function MF_SVDgetEdit: Single;
DescriptionThis function returns the current default Singular Value editing threshold. The default SV editing threshold may be modified by MF_SVDsetEdit.
Return valuecurrent SV editing threshold
See alsoMF_SVdecompose,   MF_SVsolve,   chapter 10

MatrixLib Table of Contents  OptiVec home