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

Public Member Functions

F77_INT init (const ComplexMatrix &a, const std::string &ord, bool calc_unitary)
 
F77_INT init (const FloatComplexMatrix &a, const std::string &ord, bool calc_unitary)
 
F77_INT init (const FloatMatrix &a, const std::string &ord, bool calc_unitary)
 
F77_INT init (const Matrix &a, const std::string &ord, bool calc_unitary)
 

Detailed Description

template<typename T>
class schur< T >

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

Member Function Documentation

◆ init() [1/4]

◆ init() [2/4]

◆ init() [3/4]

F77_INT schur< FloatMatrix >::init ( const FloatMatrix a,
const std::string &  ord,
bool  calc_unitary 
)

◆ init() [4/4]

F77_INT schur< Matrix >::init ( const Matrix a,
const std::string &  ord,
bool  calc_unitary 
)

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