Initializing help system before first use

LinExprProductView

A view on the product of two linear expressions. More...

#include <xpress_objects.hpp>

Inheritance diagram for xpress::objects::LinExprProductView:
xpress::objects::QuadView

Public Member Functions

  LinExprProductView (std::shared_ptr< LinearView > e1, std::shared_ptr< LinearView > e2)
 
virtual auto  begin () const -> xpress::WrappedIterator< xpress::objects::QuadCoef > override
 
virtual auto  end () const -> xpress::WrappedIterator< xpress::objects::QuadCoef > override
 
 Public Member Functions inherited from xpress::objects::QuadView

Detailed Description

A view on the product of two linear expressions.

The view is defined by the two linear expressions, the product terms are computed on the fly. Note that we just do a quadratic nested loop over the two expressions, so for the mixed terms there will be multiple iteration elements with the same keys.

Since
44.00

Constructor & Destructor Documentation

LinExprProductView()

xpress::objects::LinExprProductView::LinExprProductView ( std::shared_ptr< LinearView > e1,
std::shared_ptr< LinearView > e2 )
inline
Since
44.00

Member Function Documentation

begin()

virtual auto xpress::objects::LinExprProductView::begin ( ) const -> xpress::WrappedIterator< xpress::objects::QuadCoef >
inlineoverridevirtual
Since
44.00

Implements xpress::objects::QuadView.

end()

virtual auto xpress::objects::LinExprProductView::end ( ) const -> xpress::WrappedIterator< xpress::objects::QuadCoef >
inlineoverridevirtual
Since
44.00

Implements xpress::objects::QuadView.


The documentation for this class was generated from the following file:
  • xpress_objects.hpp

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