ConicBundle
Classes | Namespaces
SparseCoeffmatMatrix.hxx File Reference

Header declaring the classes ConicBundle::SparseCoeffmatMatrix (needed for ConicBundle::PSCAffineFunction) More...

#include "Coeffmat.hxx"

Go to the source code of this file.

Classes

class  ConicBundle::SparseCoeffmatMatrix
 stores/organizes the CoeffmatPointer pointers to Coeffmat matrices with the purpose of describing the block diagonal symmetric matrices used in PSCAffineFunction More...
 

Namespaces

 ConicBundle
 conic bundle method solver for sum of convex functions. See the ConicBundle_Manual for a quick introduction.
 

Typedefs

typedef std::vector< CoeffmatPointer > ConicBundle::CoeffmatVector
 convenient for initializing SparseCoeffmatMatrix via the sparse (block_i,column_i,Coeffmat_i), i=1,...,nz (nonzeros) format with Indexmatrix,Indexmatrix,CoeffmatVector
 
typedef std::map< CH_Matrix_Classes::Integer, CoeffmatPointer > ConicBundle::SparseCoeffmatVector
 this is used to extract a row/block or a column from a SparseCoeffmatMatrix
 

Detailed Description

Header declaring the classes ConicBundle::SparseCoeffmatMatrix (needed for ConicBundle::PSCAffineFunction)

Version
1.0
Date
2016-12-20
Author
Christoph Helmberg