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: 45.01.02+1f9fd7ff9a8620394fec1839699751312debed40
Syntax
C#
public void SparseBTran(
	double[] val,
	int[] ind,
	ref int p_ncoefs
)

Parameters

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