Initializing help system before first use

LinTermList


  • public final class LinTermList
    extends LinExpression
    A linear expression that is represented as a list of terms. Instances of this class represent a linear expression as a list of terms. This is the most efficient way to represent a list. By default, the implementation assumes that there are no two terms in the list that refer to the same variable. If there are you must either explicitly call compress() or set the autoCompress property to true.
    Since:
    43.00
    • Constructor Detail

      • LinTermList

        public LinTermList()
        Create a new empty expression.

        Examples using LinTermList:

        Since:
        43.00
      • LinTermList

        public LinTermList​(double c)
        Create a new expression that represents a constant term.

        Examples using LinTermList:

        Parameters:
        c - The constant term.
        Since:
        43.00
      • LinTermList

        public LinTermList​(double c,
                           int capacity)
        Create a new expression with a constant term and an initial capacity.

        Examples using LinTermList:

        Parameters:
        c - The constant term.
        capacity - The initial capacity.
        Since:
        43.00

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