GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
lu< T > Class Template Reference

#include "mx-defs.h"

Public Member Functions

template<>
 lu (const Matrix &a)
 
template<>
 lu (const FloatMatrix &a)
 
template<>
 lu (const ComplexMatrix &a)
 
template<>
 lu (const FloatComplexMatrix &a)
 
template<>
void update (const ColumnVector &u, const ColumnVector &v)
 
template<>
void update (const Matrix &u, const Matrix &v)
 
template<>
void update (const FloatColumnVector &u, const FloatColumnVector &v)
 
template<>
void update (const FloatMatrix &u, const FloatMatrix &v)
 
template<>
void update (const ComplexColumnVector &u, const ComplexColumnVector &v)
 
template<>
void update (const ComplexMatrix &u, const ComplexMatrix &v)
 
template<>
void update (const FloatComplexColumnVector &u, const FloatComplexColumnVector &v)
 
template<>
void update (const FloatComplexMatrix &u, const FloatComplexMatrix &v)
 
template<>
void update_piv (const ColumnVector &u, const ColumnVector &v)
 
template<>
void update_piv (const Matrix &u, const Matrix &v)
 
template<>
void update_piv (const FloatColumnVector &u, const FloatColumnVector &v)
 
template<>
void update_piv (const FloatMatrix &u, const FloatMatrix &v)
 
template<>
void update_piv (const ComplexColumnVector &u, const ComplexColumnVector &v)
 
template<>
void update_piv (const ComplexMatrix &u, const ComplexMatrix &v)
 
template<>
void update_piv (const FloatComplexColumnVector &u, const FloatComplexColumnVector &v)
 
template<>
void update_piv (const FloatComplexMatrix &u, const FloatComplexMatrix &v)
 

Detailed Description

template<typename T>
class lu< T >

Definition at line 77 of file mx-defs.h.

Constructor & Destructor Documentation

◆ lu() [1/4]

template<>
lu< Matrix >::lu ( const Matrix a)

Definition at line 271 of file lu.cc.

References a, a_nc, a_nr, F77_XFCN, and i.

◆ lu() [2/4]

template<>
lu< FloatMatrix >::lu ( const FloatMatrix a)

Definition at line 423 of file lu.cc.

References a, a_nc, a_nr, F77_XFCN, and i.

◆ lu() [3/4]

template<>
lu< ComplexMatrix >::lu ( const ComplexMatrix a)

Definition at line 578 of file lu.cc.

References a, a_nc, a_nr, F77_DBLE_CMPLX_ARG, F77_XFCN, and i.

◆ lu() [4/4]

template<>
lu< FloatComplexMatrix >::lu ( const FloatComplexMatrix a)

Definition at line 745 of file lu.cc.

References a, a_nc, a_nr, F77_CMPLX_ARG, F77_XFCN, and i.

Member Function Documentation

◆ update() [1/8]

template<>
void lu< Matrix >::update ( const ColumnVector u,
const ColumnVector v 
)

◆ update() [2/8]

template<>
void lu< Matrix >::update ( const Matrix u,
const Matrix v 
)

◆ update() [3/8]

template<>
void lu< FloatMatrix >::update ( const FloatColumnVector u,
const FloatColumnVector v 
)

◆ update() [4/8]

template<>
void lu< FloatMatrix >::update ( const FloatMatrix u,
const FloatMatrix v 
)

◆ update() [5/8]

template<>
void lu< ComplexMatrix >::update ( const ComplexColumnVector u,
const ComplexColumnVector v 
)

◆ update() [6/8]

template<>
void lu< ComplexMatrix >::update ( const ComplexMatrix u,
const ComplexMatrix v 
)

◆ update() [7/8]

template<>
void lu< FloatComplexMatrix >::update ( const FloatComplexColumnVector u,
const FloatComplexColumnVector v 
)

◆ update() [8/8]

template<>
void lu< FloatComplexMatrix >::update ( const FloatComplexMatrix u,
const FloatComplexMatrix v 
)

◆ update_piv() [1/8]

template<>
void lu< Matrix >::update_piv ( const ColumnVector u,
const ColumnVector v 
)

◆ update_piv() [2/8]

template<>
void lu< Matrix >::update_piv ( const Matrix u,
const Matrix v 
)

◆ update_piv() [3/8]

template<>
void lu< FloatMatrix >::update_piv ( const FloatColumnVector u,
const FloatColumnVector v 
)

◆ update_piv() [4/8]

template<>
void lu< FloatMatrix >::update_piv ( const FloatMatrix u,
const FloatMatrix v 
)

◆ update_piv() [5/8]

◆ update_piv() [6/8]

◆ update_piv() [7/8]

◆ update_piv() [8/8]


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