Couenne  0.5.8
Public Member Functions | List of all members
Couenne::CouenneSparseMatrix Class Reference

Class for sparse Matrixs (used in modifying distances in FP) More...

#include <CouenneSparseMatrix.hpp>

Public Member Functions

 CouenneSparseMatrix ()
 Constructor. More...
 
 CouenneSparseMatrix (const CouenneSparseMatrix &)
 Copy constructor. More...
 
CouenneSparseMatrixoperator= (const CouenneSparseMatrix &rhs)
 Assignment. More...
 
CouenneSparseMatrixclone ()
 Clone. More...
 
virtual ~CouenneSparseMatrix ()
 Destructor. More...
 

Detailed Description

Class for sparse Matrixs (used in modifying distances in FP)

Definition at line 17 of file CouenneSparseMatrix.hpp.

Constructor & Destructor Documentation

◆ CouenneSparseMatrix() [1/2]

Couenne::CouenneSparseMatrix::CouenneSparseMatrix ( )

Constructor.

◆ CouenneSparseMatrix() [2/2]

Couenne::CouenneSparseMatrix::CouenneSparseMatrix ( const CouenneSparseMatrix )

Copy constructor.

◆ ~CouenneSparseMatrix()

virtual Couenne::CouenneSparseMatrix::~CouenneSparseMatrix ( )
virtual

Destructor.

Member Function Documentation

◆ operator=()

CouenneSparseMatrix& Couenne::CouenneSparseMatrix::operator= ( const CouenneSparseMatrix rhs)

Assignment.

◆ clone()

CouenneSparseMatrix* Couenne::CouenneSparseMatrix::clone ( )

Clone.


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