#include "DET.h"
#include "defun.h"
#include "error.h"
#include "errwarn.h"
#include "ovl.h"
#include "ops.h"
#include "ov-re-mat.h"
#include "ov-cx-mat.h"
#include "ov-flt-re-mat.h"
#include "ov-flt-cx-mat.h"
#include "ov-re-diag.h"
#include "ov-cx-diag.h"
#include "ov-flt-re-diag.h"
#include "ov-flt-cx-diag.h"
#include "ov-perm.h"
Go to the source code of this file.
◆ MAYBE_CAST
#define MAYBE_CAST |
( |
|
VAR, |
|
|
|
CLASS |
|
) |
| |
Value: const CLASS *VAR = (arg.type_id () == CLASS::static_type_id () \
? dynamic_cast<const CLASS *> (&arg.get_rep ()) \
: nullptr)
Definition at line 48 of file det.cc.
◆ Fdet()
Definition at line 68 of file det.cc.
References octave_value::columns(), octave_value::complex_diag_matrix_value(), octave_value::complex_matrix_value(), ComplexDiagMatrix::determinant(), DiagMatrix::determinant(), FloatComplexDiagMatrix::determinant(), FloatDiagMatrix::determinant(), PermMatrix::determinant(), octave_value::diag_matrix_value(), err_square_matrix_required(), err_wrong_type_arg(), octave_value::float_complex_diag_matrix_value(), octave_value::float_complex_matrix_value(), octave_value::float_diag_matrix_value(), octave_value::float_matrix_value(), octave_value::is_diag_matrix(), octave_value::is_perm_matrix(), octave_value::is_single_type(), octave_value::iscomplex(), octave_value::isempty(), octave_value::isreal(), octave_value::issparse(), m, octave_value::matrix_value(), MAYBE_CAST, ovl(), octave_value::perm_matrix_value(), print_usage(), ComplexDiagMatrix::rcond(), DiagMatrix::rcond(), FloatComplexDiagMatrix::rcond(), FloatDiagMatrix::rcond(), Array< T >::resize(), retval, octave_value::rows(), octave_value::sparse_complex_matrix_value(), octave_value::sparse_matrix_value(), and base_det< T >::value().