planc
Parallel Lowrank Approximation with Non-negativity Constraints
Public Member Functions | List of all members
ActiveSetNNLS< T > Class Template Reference

#include <ActiveSetNNLS.h>

Public Member Functions

 ActiveSetNNLS (int rows, int maxCols)
 
 ~ActiveSetNNLS ()
 
bool solve (T *A, int numCols, T *b, T *x, T &rNorm)
 
int & maxIter ()
 
T * getDual ()
 

Detailed Description

template<class T>
class ActiveSetNNLS< T >

Definition at line 159 of file ActiveSetNNLS.h.

Constructor & Destructor Documentation

◆ ActiveSetNNLS()

template<class T>
ActiveSetNNLS< T >::ActiveSetNNLS ( int  rows,
int  maxCols 
)
inline

Definition at line 161 of file ActiveSetNNLS.h.

◆ ~ActiveSetNNLS()

template<class T>
ActiveSetNNLS< T >::~ActiveSetNNLS ( )
inline

Definition at line 172 of file ActiveSetNNLS.h.

Member Function Documentation

◆ getDual()

template<class T>
T* ActiveSetNNLS< T >::getDual ( )
inline

Definition at line 194 of file ActiveSetNNLS.h.

◆ maxIter()

template<class T>
int& ActiveSetNNLS< T >::maxIter ( )
inline

Definition at line 192 of file ActiveSetNNLS.h.

◆ solve()

template<class T>
bool ActiveSetNNLS< T >::solve ( T *  A,
int  numCols,
T *  b,
T *  x,
T &  rNorm 
)
inline

Definition at line 179 of file ActiveSetNNLS.h.


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