GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
MatrixType.cc File Reference
#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"
Include dependency graph for MatrixType.cc:

Go to the source code of this file.

Functions

template<typename T >
MatrixType::matrix_type matrix_complex_probe (const MArray< std::complex< T > > &a)
 
template<typename 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)
 

Function Documentation

template<typename T >
MatrixType::matrix_type matrix_complex_probe ( const MArray< std::complex< T > > &  a)
template<typename T >
MatrixType::matrix_type matrix_real_probe ( const MArray< T > &  a)
static void warn_cached ( void  )
static

Definition at line 42 of file MatrixType.cc.

Referenced by MatrixType::type().

static void warn_calculating_sparse_type ( void  )
static

Definition at line 56 of file MatrixType.cc.

Referenced by MatrixType::MatrixType().

static void warn_invalid ( void  )
static

Definition at line 49 of file MatrixType.cc.

Referenced by MatrixType::MatrixType().