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

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

Public Attributes

 __pad0__: schur_mat ()
 __pad1__: schur_mat ()
 __pad2__: schur_mat (a.schur_mat)

Friends

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

Member Typedef Documentation

F77_RET_T SCHUR::select_function ( const double ,
const double  
)


Constructor & Destructor Documentation

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

SCHUR::~SCHUR ( void   )  [inline]


Member Function Documentation

SCHUR& SCHUR::operator= ( const SCHUR a  )  [inline]

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

SCHUR::unitary_mat ( a.  unitary_mat  )  [inline]

Type Constraints

SCHUR::unitary_mat (  )  [inline]

Type Constraints

SCHUR::unitary_mat (  )  [inline]

Type Constraints

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


Friends And Related Function Documentation

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


Member Data Documentation


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