Navigation

Operators and Keywords

Function List:

C++ API

SCHUR Class Reference

#include <dbleSCHUR.h>

Collaboration diagram for SCHUR:

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

Friends

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

Member Typedef Documentation


Constructor & Destructor Documentation

SCHUR::SCHUR ( void   )  [inline]
SCHUR::SCHUR ( const Matrix a,
const std::string &  ord,
bool  calc_unitary = true 
) [inline]
SCHUR::SCHUR ( const Matrix a,
const std::string &  ord,
int &  info,
bool  calc_unitary = true 
) [inline]
SCHUR::SCHUR ( const SCHUR a  )  [inline]
SCHUR::SCHUR ( const Matrix s,
const Matrix u 
)
SCHUR::~SCHUR ( void   )  [inline]

Member Function Documentation

SCHUR& SCHUR::operator= ( const SCHUR a  )  [inline]
Matrix SCHUR::schur_matrix ( void   )  const [inline]
Matrix SCHUR::unitary_matrix ( void   )  const [inline]

Friends And Related Function Documentation

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

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