Navigation

Operators and Keywords

Function List:

C++ API

LU Class Reference

#include <dbleLU.h>

Inherits base_lu< Matrix >.

Collaboration diagram for LU:

List of all members.


Public Member Functions

 LU (void)
 LU (const Matrix &a)
 LU (const LU &a)
p LUoperator= (const LU &a)
 ~LU (void)
void update (const ColumnVector &u, const ColumnVector &v)
void update (const Matrix &u, const Matrix &v)
void update_piv (const ColumnVector &u, const ColumnVector &v)
void update_piv (const Matrix &u, const Matrix &v)

Public Attributes

 __pad0__: base_lu <Matrix> (l
 u

Constructor & Destructor Documentation

LU::LU ( void   )  [inline]

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

LU::~LU ( void   )  [inline]


Member Function Documentation

p LU& LU::operator= ( const LU a  )  [inline]

Type Constraints

void LU::update ( const Matrix u,
const Matrix v 
)

void LU::update ( const ColumnVector u,
const ColumnVector v 
)

void LU::update_piv ( const Matrix u,
const Matrix v 
)

void LU::update_piv ( const ColumnVector u,
const ColumnVector v 
)


Member Data Documentation


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