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

#include "mx-defs.h"

Public Member Functions

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

Detailed Description

template<typename T>
class schur< T >

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

Member Function Documentation

◆ init() [1/4]

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

◆ init() [2/4]

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

◆ init() [3/4]

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

◆ init() [4/4]

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

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