GNU Octave  4.2.1
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 Member Functions | List of all members
hess< T > Singleton Reference

#include "mx-defs.h"

Public Member Functions

template<>
octave_idx_type init (const Matrix &a)
 
template<>
octave_idx_type init (const FloatMatrix &a)
 
template<>
octave_idx_type init (const ComplexMatrix &a)
 
template<>
octave_idx_type init (const FloatComplexMatrix &a)
 

Detailed Description

template<typename T>
singleton hess< T >

Definition at line 69 of file mx-defs.h.

Member Function Documentation

template<>
octave_idx_type hess< Matrix >::init ( const Matrix a)

Definition at line 41 of file hess.cc.

References a, a_nc, a_nr, Array< T >::cols(), F77_XFCN, Array< T >::fortran_vec(), h, Array< T >::rows(), and scale().

template<>
octave_idx_type hess< FloatMatrix >::init ( const FloatMatrix a)

Definition at line 104 of file hess.cc.

References a, a_nc, a_nr, Array< T >::cols(), F77_XFCN, Array< T >::fortran_vec(), h, Array< T >::rows(), and scale().

template<>
octave_idx_type hess< ComplexMatrix >::init ( const ComplexMatrix a)
template<>
octave_idx_type hess< FloatComplexMatrix >::init ( const FloatComplexMatrix a)

The documentation for this singleton was generated from the following file: