GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
pt-tm-const.h File Reference
#include "octave-config.h"
#include <string>
#include "Array.h"
#include "Sparse.h"
#include "base-list.h"
#include "data.h"
#include "dim-vector.h"
#include "oct-map.h"
#include "ov.h"
#include "ovl.h"
#include "pt-arg-list.h"
Include dependency graph for pt-tm-const.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  octave::tm_const
 
class  octave::tm_row_const
 
class  octave::tm_row_const::tm_row_const_rep
 

Namespaces

 octave
 

Functions

octave_value octave::do_class_concat (tm_const &tmc)
 
template<typename TYPE >
octave_value octave::do_single_type_concat (const dim_vector &dv, tm_const &tmp)
 
template<>
octave_value octave::do_single_type_concat< octave_map > (const dim_vector &dv, tm_const &tmp)
 
template<typename TYPE , typename T >
void octave::single_type_concat (Array< T > &result, tm_const &tmp)
 
template<typename TYPE , typename T >
void octave::single_type_concat (Array< T > &result, const dim_vector &dv, tm_const &tmp)
 
template<typename TYPE , typename T >
void octave::single_type_concat (Sparse< T > &result, const dim_vector &dv, tm_const &tmp)
 
template<typename MAP >
void octave::single_type_concat (octave_map &result, const dim_vector &dv, tm_const &tmp)