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

Go to the source code of this file.

Classes

class  base_det< T >
 

Typedefs

typedef base_det< ComplexComplexDET
 
typedef base_det< double > DET
 
typedef base_det< FloatComplexFloatComplexDET
 
typedef base_det< float > FloatDET
 

Typedef Documentation

◆ ComplexDET

Definition at line 95 of file DET.h.

◆ DET

typedef base_det<double> DET

Definition at line 93 of file DET.h.

◆ FloatComplexDET

Definition at line 96 of file DET.h.

◆ FloatDET

typedef base_det<float> FloatDET

Definition at line 94 of file DET.h.