Click or drag to resize

DoubleSVDecompServer Properties

The DoubleSVDecompServer type exposes the following members.

Properties
 NameDescription
Public propertyComputeFull Gets and sets the server property that determines whether the full or reduced singular value decomposition is computed.
Public propertyComputeLeftVectors Gets and sets the server property that determines whether or not the left singular vectors are computed.
Public propertyComputeRightVectors Gets and sets the server property that determines whether or not the right singular vectors are computed.
Public propertyInPlace Gets and sets the in place factor option. If true the matrix decomposition will be performed in place, overwritting the contents of the matrix. No copies of the factored matrix are made in this case. If false the input matrix contents will be preserved at the expense of a copy being made. The default is false.
Public propertyTolerance Gets and sets the tolerance for truncating all singular values. Values less than than the tolerance are set to zero.
Public propertyUseDivideAndConquer Gets and sets a property indicating which SVD algorithm to use. If true the divide and conquer algorithm is used. The default is true.
Top
See Also