#include <vector>
#include "MatrixType.h"
#include "dMatrix.h"
#include "CMatrix.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) |
MatrixType::matrix_type matrix_complex_probe | ( | const MArray< std::complex< T > > & | a | ) |
Definition at line 119 of file MatrixType.cc.
References conj(), d, norm(), and OCTAVE_LOCAL_BUFFER.
Referenced by MatrixType::MatrixType().
MatrixType::matrix_type matrix_real_probe | ( | const MArray< T > & | a | ) |
Definition at line 62 of file MatrixType.cc.
References Array< T >::cols(), d, Array< T >::elem(), OCTAVE_LOCAL_BUFFER, and Array< T >::rows().
Referenced by MatrixType::MatrixType().