GNU Octave  3.8.0
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 Types | Public Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
SCHUR Class Reference

#include "dbleSCHUR.h"

Collaboration diagram for SCHUR:
Collaboration graph
[legend]

Public Types

typedef octave_idx_type(* select_function )(const double &, const double &)

Public Member Functions

 SCHUR (void)
 SCHUR (const Matrix &a, const std::string &ord, bool calc_unitary=true)
 SCHUR (const Matrix &a, const std::string &ord, int &info, bool calc_unitary=true)
 SCHUR (const SCHUR &a)
 SCHUR (const Matrix &s, const Matrix &u)
 ~SCHUR (void)
SCHURoperator= (const SCHUR &a)
Matrix schur_matrix (void) const
Matrix unitary_matrix (void) const

Private Member Functions

octave_idx_type init (const Matrix &a, const std::string &ord, bool calc_unitary)

Private Attributes

Matrix schur_mat
select_function selector
Matrix unitary_mat

Friends

std::ostream & operator<< (std::ostream &os, const SCHUR &a)

Detailed Description

Definition at line 31 of file dbleSCHUR.h.

Member Typedef Documentation

F77_RET_T SCHUR::select_function

Definition at line 76 of file dbleSCHUR.h.

Constructor & Destructor Documentation

SCHUR::SCHUR ( void  )
inline

Definition at line 37 of file dbleSCHUR.h.

SCHUR::SCHUR ( const Matrix a,
const std::string &  ord,
bool  calc_unitary = true 
)
inline

Definition at line 39 of file dbleSCHUR.h.

SCHUR::SCHUR ( const Matrix a,
const std::string &  ord,
int info,
bool  calc_unitary = true 
)
inline

Definition at line 45 of file dbleSCHUR.h.

SCHUR::SCHUR ( const SCHUR a)
inline

Definition at line 52 of file dbleSCHUR.h.

SCHUR::SCHUR ( const Matrix s,
const Matrix u 
)
SCHUR::~SCHUR ( void  )
inline

Definition at line 68 of file dbleSCHUR.h.

Member Function Documentation

octave_idx_type SCHUR::init ( const Matrix a,
const std::string &  ord,
bool  calc_unitary 
)
private
SCHUR& SCHUR::operator= ( const SCHUR a)
inline

Definition at line 58 of file dbleSCHUR.h.

References schur_mat, and unitary_mat.

Matrix SCHUR::schur_matrix ( void  ) const
inline

Definition at line 70 of file dbleSCHUR.h.

Referenced by Fschur(), operator<<(), and Sylvester().

Matrix SCHUR::unitary_matrix ( void  ) const
inline

Definition at line 72 of file dbleSCHUR.h.

Referenced by Fschur(), operator<<(), and Sylvester().

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const SCHUR a 
)
friend

Definition at line 152 of file dbleSCHUR.cc.

Member Data Documentation

Matrix SCHUR::schur_mat
private

Definition at line 80 of file dbleSCHUR.h.

Referenced by init(), and operator=().

select_function SCHUR::selector
private

Definition at line 83 of file dbleSCHUR.h.

Referenced by init().

Matrix SCHUR::unitary_mat
private

Definition at line 81 of file dbleSCHUR.h.

Referenced by init(), and operator=().


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