SoPlex Documentation
Loading...
Searching...
No Matches
CLUFactor< R >::U Struct Reference

Data structures for saving the working matrix and U factor. More...

#include <clufactor.h>

Classes

struct  Col
 
struct  Row
 

Public Attributes

struct soplex::CLUFactor::U::Row row
 
struct soplex::CLUFactor::U::Col col
 

Detailed Description

template<class R>
struct soplex::CLUFactor< R >::U

Data structures for saving the working matrix and U factor.

Definition at line 137 of file clufactor.h.

Member Data Documentation

◆ col

template<class R >
struct soplex::CLUFactor::U::Col col

◆ row

template<class R >
struct soplex::CLUFactor::U::Row row