DecompLib
A simple library for decomposition of spectra using a response matrix.
Input/Output Classes

Classes that contain input to and output from the decomposition. More...

Classes

class  DataVector< ParamType >
 A representation of the vector of data that is the object of the decomposition. More...
 
class  DecompVector< ParamType >
 A representation of the vector of decomposition parameters that is passed into the decomposition as an initial guess and passed out as the final answer. More...
 
class  RespMatrix< ParamType >
 A representation of the matrix response functions. More...
 

Detailed Description

Classes that contain input to and output from the decomposition.

The DataVector class holds the original input spectrum.

The RespMatrix class holds the response matrix.

The DecompVector class holds the original guess as to the decomposition parameter and holds the final parameters set that is output by performDecomposition.