Navigation

Operators and Keywords

Function List:

C++ API

ComplexLU Class Reference

#include <CmplxLU.h>

Inherits base_lu< ComplexMatrix >.

Collaboration diagram for ComplexLU:

List of all members.


Public Member Functions

 ComplexLU (void)
 ComplexLU (const ComplexMatrix &a)
 ComplexLU (const ComplexLU &a)
 ComplexLU (const ComplexMatrix &l, const ComplexMatrix &u, const PermMatrix &p)
ComplexLUoperator= (const ComplexLU &a)
 ~ComplexLU (void)
void update (const ComplexColumnVector &u, const ComplexColumnVector &v)
void update (const ComplexMatrix &u, const ComplexMatrix &v)
void update_piv (const ComplexColumnVector &u, const ComplexColumnVector &v)
void update_piv (const ComplexMatrix &u, const ComplexMatrix &v)

Constructor & Destructor Documentation

ComplexLU::ComplexLU ( void   )  [inline]

ComplexLU::ComplexLU ( const ComplexLU a  )  [inline]

ComplexLU::ComplexLU ( const ComplexMatrix l,
const ComplexMatrix u,
const PermMatrix p 
) [inline]

ComplexLU::~ComplexLU ( void   )  [inline]


Member Function Documentation

ComplexLU& ComplexLU::operator= ( const ComplexLU a  )  [inline]

void ComplexLU::update ( const ComplexMatrix u,
const ComplexMatrix v 
)

void ComplexLU::update ( const ComplexColumnVector u,
const ComplexColumnVector v 
)

void ComplexLU::update_piv ( const ComplexMatrix u,
const ComplexMatrix v 
)

void ComplexLU::update_piv ( const ComplexColumnVector u,
const ComplexColumnVector v 
)


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