Initializing help system before first use

MatrixInfo

Return value for getCols(int, int), getRows(int, int), getMQObj(int, int). More...

#include <xpress.hpp>

Public Member Functions

  MatrixInfo ()
 

Public Attributes

std::vector< int >  ind
  Non-zero indices.
 
std::vector< int >  start
  Start index in ind and val.
 
std::vector< double >  val
  Non-zero values.
 

Detailed Description

Return value for getCols(int, int), getRows(int, int), getMQObj(int, int).

Instances of this class can represent row-wise or column-wise representations of a matrix. The type of representation is specified by the function that returned the instance.

Since
44.00

Constructor & Destructor Documentation

MatrixInfo()

xpress::XPRSProblem::MatrixInfo::MatrixInfo ( )
inline
Since
44.00

Member Data Documentation

ind

std::vector<int> xpress::XPRSProblem::MatrixInfo::ind

Non-zero indices.

Since
44.00

start

std::vector<int> xpress::XPRSProblem::MatrixInfo::start

Start index in ind and val.

Since
44.00

val

std::vector<double> xpress::XPRSProblem::MatrixInfo::val

Non-zero values.

Since
44.00

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

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