GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "fCmplxHESS.h"
Public Member Functions | |
FloatComplexHESS (void) | |
FloatComplexHESS (const FloatComplexMatrix &a) | |
FloatComplexHESS (const FloatComplexMatrix &a, octave_idx_type &info) | |
FloatComplexHESS (const FloatComplexHESS &a) | |
~FloatComplexHESS (void) | |
FloatComplexMatrix | hess_matrix (void) const |
FloatComplexHESS & | operator= (const FloatComplexHESS &a) |
FloatComplexMatrix | unitary_hess_matrix (void) const |
Private Member Functions | |
octave_idx_type | init (const FloatComplexMatrix &a) |
Private Attributes | |
FloatComplexMatrix | hess_mat |
FloatComplexMatrix | unitary_hess_mat |
Friends | |
std::ostream & | operator<< (std::ostream &os, const FloatComplexHESS &a) |
Definition at line 30 of file fCmplxHESS.h.
|
inline |
Definition at line 36 of file fCmplxHESS.h.
|
inline |
Definition at line 38 of file fCmplxHESS.h.
|
inline |
Definition at line 44 of file fCmplxHESS.h.
|
inline |
Definition at line 50 of file fCmplxHESS.h.
|
inline |
Definition at line 63 of file fCmplxHESS.h.
|
inline |
Definition at line 65 of file fCmplxHESS.h.
Referenced by Fhess().
|
private |
Definition at line 66 of file fCmplxHESS.cc.
References Array< T >::cols(), Array< T >::elem(), F77_CHAR_ARG_LEN, F77_CONST_CHAR_ARG2, F77_XFCN, Array< T >::fortran_vec(), hess_mat, Array< T >::rows(), scale(), and unitary_hess_mat.
|
inline |
Definition at line 53 of file fCmplxHESS.h.
References hess_mat, and unitary_hess_mat.
|
inline |
Definition at line 67 of file fCmplxHESS.h.
Referenced by Fhess().
|
friend |
|
private |
Definition at line 77 of file fCmplxHESS.h.
Referenced by init(), and operator=().
|
private |
Definition at line 78 of file fCmplxHESS.h.
Referenced by init(), and operator=().