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)
 LU (const Matrix &l, const Matrix &u, const PermMatrix &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)

Constructor & Destructor Documentation

LU::LU ( void   )  [inline]
F77_RET_T const octave_idx_type double const octave_idx_type octave_idx_type octave_idx_type & LU::LU ( const Matrix a  ) 
LU::LU ( const LU a  )  [inline]
LU::LU ( const Matrix l,
const Matrix u,
const PermMatrix p 
) [inline]
LU::~LU ( void   )  [inline]

Member Function Documentation

LU& LU::operator= ( const LU a  )  [inline]
void LU::update ( const ColumnVector u,
const ColumnVector v 
)
void LU::update ( const Matrix u,
const Matrix v 
)
void LU::update_piv ( const ColumnVector u,
const ColumnVector v 
)
void LU::update_piv ( const Matrix u,
const Matrix v 
)

The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines