Initializing help system before first use

XSLPscaling

Purpose
Analyze the current matrix for largest/smallest coefficients and ratios
Topic area
Synopsis
int XPRS_CC XSLPscaling(XSLPprob prob);
Argument
prob 
The current SLP problem.
Example
The following example analyzes the matrix
XSLPscaling(prob);
Further information

The current matrix (including augmentation if it has been carried out) is scanned for the absolute and relative sizes of elements. The following information is reported:

  • Largest and smallest elements in the matrix;
  • Counts of the ranges of row ratios in powers of 10 (e.g. number of rows with ratio between 1.0E+01 and 1.0E+02);
  • List of the rows (with largest and smallest elements) which appear in the highest range;
  • Counts of the ranges of column ratios in powers of 10 (e.g. number of columns with ratio between 1.0E+01 and 1.0E+02);
  • List of the columns (with largest and smallest elements) which appear in the highest range;
  • Element ranges in powers of 10 (e.g. number of elements between 1.0E+01 and 1.0E+02).

Where any of the reported items (largest or smallest element in the matrix or any reported row or column element) is in a penalty error vector, the results are repeated, excluding all penalty error vectors.



© 2001-2025 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.