Navigation

Operators and Keywords

Function List:

C++ API

FloatLU Class Reference

#include <floatLU.h>

Inherits base_lu< FloatMatrix >.

Collaboration diagram for FloatLU:

List of all members.


Public Member Functions

 FloatLU (void)
 FloatLU (const FloatMatrix &a)
 FloatLU (const FloatLU &a)
 FloatLU (const FloatMatrix &l, const FloatMatrix &u, const PermMatrix &p)
FloatLUoperator= (const FloatLU &a)
 ~FloatLU (void)
void update (const FloatColumnVector &u, const FloatColumnVector &v)
void update (const FloatMatrix &u, const FloatMatrix &v)
void update_piv (const FloatColumnVector &u, const FloatColumnVector &v)
void update_piv (const FloatMatrix &u, const FloatMatrix &v)

Constructor & Destructor Documentation

FloatLU::FloatLU ( void   )  [inline]

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

FloatLU::FloatLU ( const FloatMatrix l,
const FloatMatrix u,
const PermMatrix p 
) [inline]

FloatLU::~FloatLU ( void   )  [inline]


Member Function Documentation

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

void FloatLU::update ( const FloatMatrix u,
const FloatMatrix v 
)

void FloatLU::update ( const FloatColumnVector u,
const FloatColumnVector v 
)

void FloatLU::update_piv ( const FloatMatrix u,
const FloatMatrix v 
)

void FloatLU::update_piv ( const FloatColumnVector u,
const FloatColumnVector v 
)


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