Osi  0.108.8
Public Member Functions | Private Attributes | List of all members
OsiTestSolverInterface::OsiVolMatrixOneMinusOne_ Class Reference

Public Member Functions

 OsiVolMatrixOneMinusOne_ (const CoinPackedMatrix &m)
 
 ~OsiVolMatrixOneMinusOne_ ()
 
void timesMajor (const double *x, double *y) const
 

Private Attributes

int majorDim_
 
int minorDim_
 
int plusSize_
 
int * plusInd_
 
int * plusStart_
 
int * plusLength_
 
int minusSize_
 
int * minusInd_
 
int * minusStart_
 
int * minusLength_
 

Detailed Description

Definition at line 32 of file OsiTestSolverInterface.hpp.

Constructor & Destructor Documentation

◆ OsiVolMatrixOneMinusOne_()

OsiTestSolverInterface::OsiVolMatrixOneMinusOne_::OsiVolMatrixOneMinusOne_ ( const CoinPackedMatrix &  m)

◆ ~OsiVolMatrixOneMinusOne_()

OsiTestSolverInterface::OsiVolMatrixOneMinusOne_::~OsiVolMatrixOneMinusOne_ ( )

Member Function Documentation

◆ timesMajor()

void OsiTestSolverInterface::OsiVolMatrixOneMinusOne_::timesMajor ( const double *  x,
double *  y 
) const

Member Data Documentation

◆ majorDim_

int OsiTestSolverInterface::OsiVolMatrixOneMinusOne_::majorDim_
private

Definition at line 33 of file OsiTestSolverInterface.hpp.

◆ minorDim_

int OsiTestSolverInterface::OsiVolMatrixOneMinusOne_::minorDim_
private

Definition at line 34 of file OsiTestSolverInterface.hpp.

◆ plusSize_

int OsiTestSolverInterface::OsiVolMatrixOneMinusOne_::plusSize_
private

Definition at line 36 of file OsiTestSolverInterface.hpp.

◆ plusInd_

int* OsiTestSolverInterface::OsiVolMatrixOneMinusOne_::plusInd_
private

Definition at line 37 of file OsiTestSolverInterface.hpp.

◆ plusStart_

int* OsiTestSolverInterface::OsiVolMatrixOneMinusOne_::plusStart_
private

Definition at line 38 of file OsiTestSolverInterface.hpp.

◆ plusLength_

int* OsiTestSolverInterface::OsiVolMatrixOneMinusOne_::plusLength_
private

Definition at line 39 of file OsiTestSolverInterface.hpp.

◆ minusSize_

int OsiTestSolverInterface::OsiVolMatrixOneMinusOne_::minusSize_
private

Definition at line 41 of file OsiTestSolverInterface.hpp.

◆ minusInd_

int* OsiTestSolverInterface::OsiVolMatrixOneMinusOne_::minusInd_
private

Definition at line 42 of file OsiTestSolverInterface.hpp.

◆ minusStart_

int* OsiTestSolverInterface::OsiVolMatrixOneMinusOne_::minusStart_
private

Definition at line 43 of file OsiTestSolverInterface.hpp.

◆ minusLength_

int* OsiTestSolverInterface::OsiVolMatrixOneMinusOne_::minusLength_
private

Definition at line 44 of file OsiTestSolverInterface.hpp.


The documentation for this class was generated from the following file: