klMatrix
Public Member Functions | Private Attributes
klLinearRegression< TYPE > Class Template Reference

#include <kl_regression.h>

Collaboration diagram for klLinearRegression< TYPE >:
Collaboration graph

Public Member Functions

 klLinearRegression (const klMatrix< TYPE > &A, const klMatrix< TYPE > &B)
 
klMatrix< TYPE > operator() ()
 
klMatrix< TYPE > klLinearRegressionCore ()
 
template<>
klMatrix< float > klLinearRegressionCore ()
 
template<>
klMatrix< double > klLinearRegressionCore ()
 

Private Attributes

klMatrix< TYPE > _A
 
klMatrix< TYPE > _B
 

Constructor & Destructor Documentation

template<class TYPE>
klLinearRegression< TYPE >::klLinearRegression ( const klMatrix< TYPE > &  A,
const klMatrix< TYPE > &  B 
)
inline

Member Function Documentation

template<class TYPE>
klMatrix<TYPE> klLinearRegression< TYPE >::klLinearRegressionCore ( )
inline

Here is the caller graph for this function:

template<>
klMatrix< float > klLinearRegression< float >::klLinearRegressionCore ( )

Here is the call graph for this function:

template<>
klMatrix< double > klLinearRegression< double >::klLinearRegressionCore ( )

Here is the call graph for this function:

template<class TYPE>
klMatrix<TYPE> klLinearRegression< TYPE >::operator() ( )
inline

Here is the call graph for this function:

Field Documentation

template<class TYPE>
klMatrix<TYPE> klLinearRegression< TYPE >::_A
private
template<class TYPE>
klMatrix<TYPE> klLinearRegression< TYPE >::_B
private

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