GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "DET.h"
#include "defun.h"
#include "error.h"
#include "gripes.h"
#include "oct-obj.h"
#include "utils.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.
Macros | |
#define | MAYBE_CAST(VAR, CLASS) |
Functions | |
OCTAVE_EXPORT octave_value_list | Fdet (const octave_value_list &args, int nargout) |
#define MAYBE_CAST | ( | VAR, | |
CLASS | |||
) |
OCTAVE_EXPORT octave_value_list Fdet | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 65 of file det.cc.
References arg(), octave_value::columns(), octave_value::complex_diag_matrix_value(), octave_value::complex_matrix_value(), PermMatrix::determinant(), DiagMatrix::determinant(), FloatDiagMatrix::determinant(), ComplexDiagMatrix::determinant(), FloatComplexDiagMatrix::determinant(), SparseMatrix::determinant(), Matrix::determinant(), SparseComplexMatrix::determinant(), FloatMatrix::determinant(), ComplexMatrix::determinant(), FloatComplexMatrix::determinant(), octave_value::diag_matrix_value(), empty_arg(), error_state, octave_value::float_complex_diag_matrix_value(), octave_value::float_complex_matrix_value(), octave_value::float_diag_matrix_value(), octave_value::float_matrix_value(), gripe_square_matrix_required(), gripe_wrong_type_arg(), octave_value::is_complex_type(), octave_value::is_diag_matrix(), octave_value::is_perm_matrix(), octave_value::is_real_type(), octave_value::is_single_type(), octave_value::is_sparse_type(), octave_value_list::length(), octave_value::matrix_value(), MAYBE_CAST, octave_value(), octave_value::perm_matrix_value(), print_usage(), DiagMatrix::rcond(), FloatDiagMatrix::rcond(), ComplexDiagMatrix::rcond(), FloatComplexDiagMatrix::rcond(), octave_value::rows(), octave_value::sparse_complex_matrix_value(), octave_value::sparse_matrix_value(), and base_det< T >::value().