GNU Octave  9.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"

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 88 of file DET.h.

◆ DET

typedef base_det<double> DET

Definition at line 86 of file DET.h.

◆ FloatComplexDET

Definition at line 89 of file DET.h.

◆ FloatDET

typedef base_det<float> FloatDET

Definition at line 87 of file DET.h.