GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
identity_val< T > Struct Template Reference

#include "Sparse-diag-op-defs.h"

Public Types

typedef T argument_type
 
typedef T result_type
 

Public Member Functions

operator() (const T x)
 

Detailed Description

template<typename T>
struct identity_val< T >

Definition at line 106 of file Sparse-diag-op-defs.h.

Member Typedef Documentation

◆ argument_type

template<typename T >
typedef T identity_val< T >::argument_type

Definition at line 109 of file Sparse-diag-op-defs.h.

◆ result_type

template<typename T >
typedef T identity_val< T >::result_type

Definition at line 110 of file Sparse-diag-op-defs.h.

Member Function Documentation

◆ operator()()

template<typename T >
T identity_val< T >::operator() ( const T  x)
inline

Definition at line 111 of file Sparse-diag-op-defs.h.

References x.


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