![]() |
planc
Parallel Lowrank Approximation with Non-negativity Constraints
|
#include <bppnnls.hpp>
Public Member Functions | |
BPPNNLS (MATTYPE input, VECTYPE rhs, bool prodSent=false) | |
BPPNNLS (MATTYPE input, MATTYPE RHS, bool prodSent=false) | |
int | solveNNLS () |
VECTYPE | getSolutionVector () |
MATTYPE | getSolutionMatrix () |
void | clear () |
Definition at line 22 of file bppnnls.hpp.
|
inline |
Definition at line 24 of file bppnnls.hpp.
|
inline |
Definition at line 27 of file bppnnls.hpp.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlinevirtual |
Implements NNLS< MATTYPE, VECTYPE >.
Definition at line 30 of file bppnnls.hpp.