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

Public Member Functions

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

Detailed Description

template<typename T>
class lu< T >

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

Constructor & Destructor Documentation

◆ lu() [1/4]

◆ lu() [2/4]

◆ lu() [3/4]

◆ lu() [4/4]

Member Function Documentation

◆ update() [1/8]

◆ update() [2/8]

◆ update() [3/8]

◆ update() [4/8]

◆ update() [5/8]

◆ update() [6/8]

◆ update() [7/8]

◆ update() [8/8]

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

◆ update_piv() [1/8]

◆ update_piv() [2/8]

◆ update_piv() [3/8]

◆ update_piv() [4/8]

◆ 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: