Navigation

Operators and Keywords

Function List:

C++ API

FloatComplexLU Class Reference

#include <fCmplxLU.h>

Inherits base_lu< FloatComplexMatrix >.

Collaboration diagram for FloatComplexLU:

List of all members.


Public Member Functions

 FloatComplexLU (void)
 FloatComplexLU (const FloatComplexMatrix &a)
 FloatComplexLU (const FloatComplexLU &a)
 FloatComplexLU (const FloatComplexMatrix &l, const FloatComplexMatrix &u, const PermMatrix &p)
FloatComplexLUoperator= (const FloatComplexLU &a)
 ~FloatComplexLU (void)
void update (const FloatComplexColumnVector &u, const FloatComplexColumnVector &v)
void update (const FloatComplexMatrix &u, const FloatComplexMatrix &v)
void update_piv (const FloatComplexColumnVector &u, const FloatComplexColumnVector &v)
void update_piv (const FloatComplexMatrix &u, const FloatComplexMatrix &v)

Constructor & Destructor Documentation

FloatComplexLU::FloatComplexLU ( void   )  [inline]

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

FloatComplexLU::FloatComplexLU ( const FloatComplexMatrix l,
const FloatComplexMatrix u,
const PermMatrix p 
) [inline]

FloatComplexLU::~FloatComplexLU ( void   )  [inline]


Member Function Documentation

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

void FloatComplexLU::update ( const FloatComplexMatrix u,
const FloatComplexMatrix v 
)

void FloatComplexLU::update ( const FloatComplexColumnVector u,
const FloatComplexColumnVector v 
)

void FloatComplexLU::update_piv ( const FloatComplexMatrix u,
const FloatComplexMatrix v 
)

void FloatComplexLU::update_piv ( const FloatComplexColumnVector u,
const FloatComplexColumnVector v 
)


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