GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "DET.h"
Public Member Functions | |
base_det (T c=1, int e=0) | |
base_det (T c, double e, double b) | |
base_det (const base_det &a) | |
T | coef (void) const |
int | exp (void) const |
operator T () const | |
void | operator*= (T t) |
base_det & | operator= (const base_det &a) |
base_det | square () const |
T | value () const |
Private Attributes | |
T | c2 |
int | e2 |
Definition at line 64 of file DET.h.
Referenced by betai(), cbesy(), cbiry(), cbknu(), ckscl(), cmlri(), cseri(), cuni1(), cuni2(), cunk1(), cunk2(), cuoik(), d9gmit(), d9lgmc(), dbetai(), derfc(), dgami(), dgamit(), dgamma(), dgamr(), erfc(), gami(), gamit(), gamma(), gamr(), genbet(), ignpoi(), r9gmit(), r9lgmc(), sgamma(), xgammainc(), and xsgammainc().
Definition at line 56 of file DET.h.
References base_det< T >::c2, and base_det< T >::e2.
Definition at line 69 of file DET.h.
Referenced by Matrix::determinant(), FloatMatrix::determinant(), ComplexMatrix::determinant(), and FloatComplexMatrix::determinant().
|
inline |
|
private |
Definition at line 80 of file DET.h.
Referenced by base_det< T >::operator=().
Definition at line 81 of file DET.h.
Referenced by base_det< T >::operator=().