GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <vector>
#include "MatrixType.h"
#include "dMatrix.h"
#include "fMatrix.h"
#include "CMatrix.h"
#include "fCMatrix.h"
#include "dSparse.h"
#include "CSparse.h"
#include "oct-spparms.h"
#include "oct-locbuf.h"
Go to the source code of this file.
Functions | |
template<class T > | |
MatrixType::matrix_type | matrix_complex_probe (const MArray< std::complex< T > > &a) |
template<class T > | |
MatrixType::matrix_type | matrix_real_probe (const MArray< T > &a) |
static void | warn_cached (void) |
static void | warn_calculating_sparse_type (void) |
static void | warn_invalid (void) |
MatrixType::matrix_type matrix_complex_probe | ( | const MArray< std::complex< T > > & | a | ) |
Definition at line 143 of file MatrixType.cc.
References conj(), d, MatrixType::Full, MatrixType::Hermitian, MatrixType::Lower, norm(), OCTAVE_LOCAL_BUFFER, MatrixType::Rectangular, MatrixType::Unknown, and MatrixType::Upper.
Referenced by MatrixType::MatrixType().
MatrixType::matrix_type matrix_real_probe | ( | const MArray< T > & | a | ) |
Definition at line 85 of file MatrixType.cc.
References Array< T >::cols(), d, Array< T >::elem(), MatrixType::Full, MatrixType::Hermitian, MatrixType::Lower, OCTAVE_LOCAL_BUFFER, MatrixType::Rectangular, Array< T >::rows(), and MatrixType::Upper.
Referenced by MatrixType::MatrixType().
|
static |
Definition at line 42 of file MatrixType.cc.
Referenced by MatrixType::type().
|
static |
Definition at line 56 of file MatrixType.cc.
Referenced by MatrixType::MatrixType().
|
static |
Definition at line 49 of file MatrixType.cc.
Referenced by MatrixType::MatrixType().