Initializing help system before first use

SparseBTran Method

Post-multiplies a (row) vector provided by the user by the inverse of the current matrix. Sparse version of bTran.

Namespace:   Optimizer
Assembly:  xprsdn (in xprsdn.dll) Version: 44.01.04
Syntax
C#
public void SparseBTran(
	double[] val,
	int[] ind,
	out int p_ncoefs
)

Parameters

val
Type:  System.Double
Double array of length ROWS containing the values which are to be post-multiplied by the basis inverse. The transformed values are returned in this array.
ind
Type:  System.Int32
Integer array of indices identifying the non-zero entries of val. The indices of the non-zero entries of the transformed vector in val will be returned here. This array must be allocated to hold at least ROWS indices.
p_ncoefs
Type:  System.Int32
Memory location where the number of non-zero entries is given. The number of non-zero entries of the transformed vector will be returned here.
Remarks
See Also

© 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.