GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
hess< T > Class Template Reference

Public Member Functions

octave_idx_type init (const ComplexMatrix &a)
 
octave_idx_type init (const FloatComplexMatrix &a)
 
octave_idx_type init (const FloatMatrix &a)
 
octave_idx_type init (const Matrix &a)
 

Detailed Description

template<typename T>
class hess< T >

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

Member Function Documentation

◆ init() [1/4]

◆ init() [2/4]

◆ init() [3/4]

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

Definition at line 108 of file hess.cc.

References Array< T >::cols(), F77_XFCN, Array< T >::fortran_vec(), n, Array< T >::rows(), and scale().

◆ init() [4/4]

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

Definition at line 45 of file hess.cc.

References Array< T >::cols(), F77_XFCN, Array< T >::fortran_vec(), n, Array< T >::rows(), and scale().


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