GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | List of all members
schur< T > Singleton Reference

#include "mx-defs.h"

Public Member Functions

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

Detailed Description

template<typename T>
singleton schur< T >

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

Member Function Documentation

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

Definition at line 159 of file schur.cc.

References a, a_nc, a_nr, Array< T >::cols(), F77_XFCN, Array< T >::fortran_vec(), Array< T >::rows(), s, and wi.

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

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