Public Types | Public Member Functions | Private Member Functions | Private Attributes | Friends

SCHUR Class Reference

#include "dbleSCHUR.h"

Collaboration diagram for SCHUR:
Collaboration graph
[legend]

List of all members.

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 SCHUR &a)
 SCHUR (const Matrix &s, const Matrix &u)
 SCHUR (const Matrix &a, const std::string &ord, int &info, bool calc_unitary=true)
 ~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

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 DEFUN_DLD(), operator<<(), and Sylvester().

Matrix SCHUR::unitary_matrix ( void   )  const [inline]

Definition at line 72 of file dbleSCHUR.h.

Referenced by DEFUN_DLD(), 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

Definition at line 80 of file dbleSCHUR.h.

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

Definition at line 83 of file dbleSCHUR.h.

Referenced by init().

Definition at line 81 of file dbleSCHUR.h.

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


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines