GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
hess.h File Reference
#include "octave-config.h"
#include <iosfwd>
Include dependency graph for hess.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  hess< T >
 

Functions

template<typename T >
OCTAVE_API std::ostream & operator<< (std::ostream &os, const hess< T > &a)
 

Function Documentation

◆ operator<<()

template<typename T >
OCTAVE_API std::ostream& operator<< ( std::ostream &  os,
const hess< T > &  a 
)