/home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/util/include/RAT/NNLS.hh Source File

Ratpac-two: /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/util/include/RAT/NNLS.hh Source File
Ratpac-two
NNLS.hh
1 #ifndef __RAT_NNLS__
2 #define __RAT_NNLS__
3 
4 #include <vector>
5 
6 #include "TMatrixD.h"
7 #include "TVectorD.h"
8 
9 namespace RAT {
10 namespace Math {
11 
23 TVectorD NNLS_LawsonHanson(const TMatrixD& A, const TVectorD& b, double tol = -1.0, int max_outer = 0,
24  int max_inner = 0);
25 
27 double NNLS_ResidualNorm(const TMatrixD& A, const TVectorD& b, const TVectorD& x);
28 
29 } // namespace Math
30 } // namespace RAT
31 
32 #endif
Definition: CCCrossSecMessenger.hh:29