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

#include <kl_matrix_facorizations.h>

Collaboration diagram for klLU< TYPE >:
Collaboration graph

Public Member Functions

 klLU (klMatrix< TYPE > &A)
 
klMatrix< TYPE > operator() ()
 
klMatrix< TYPE > U ()
 
klMatrix< TYPE > L ()
 
template<>
klMatrix< double > operator() ()
 

Private Attributes

bool _resultsCalculated
 
klSmartPtr< klMatrix< TYPE > > _A
 
klMatrix< TYPE > _U
 
klMatrix< TYPE > _L
 

Constructor & Destructor Documentation

template<class TYPE>
klLU< TYPE >::klLU ( klMatrix< TYPE > &  A)
inline

Member Function Documentation

template<class TYPE>
klMatrix<TYPE> klLU< TYPE >::L ( )
inline

Here is the caller graph for this function:

template<class TYPE>
klMatrix<TYPE> klLU< TYPE >::operator() ( )
inline
template<>
klMatrix< double > klLU< double >::operator() ( )

Here is the call graph for this function:

template<class TYPE>
klMatrix<TYPE> klLU< TYPE >::U ( )
inline

Field Documentation

template<class TYPE>
klSmartPtr<klMatrix<TYPE> > klLU< TYPE >::_A
private
template<class TYPE>
klMatrix<TYPE> klLU< TYPE >::_L
private
template<class TYPE>
bool klLU< TYPE >::_resultsCalculated
private
template<class TYPE>
klMatrix<TYPE> klLU< TYPE >::_U
private

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