GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
matrix_type.cc File Reference
#include <algorithm>
#include "ov.h"
#include "defun.h"
#include "error.h"
#include "ov-re-mat.h"
#include "ov-cx-mat.h"
#include "ov-re-sparse.h"
#include "ov-cx-sparse.h"
#include "MatrixType.h"
#include "oct-locbuf.h"

Go to the source code of this file.

Functions

octave_value_list Fmatrix_type (const octave_value_list &args, int)
 

Function Documentation

◆ Fmatrix_type()