GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
mx-m-dm.h
Go to the documentation of this file.
1 // DO NOT EDIT -- generated by mk-ops.awk
2 #if ! defined (octave_mx_m_dm_h)
3 #define octave_mx_m_dm_h 1
4 #include "octave-config.h"
5 #include "dMatrix.h"
6 #include "dDiagMatrix.h"
7  extern OCTAVE_API Matrix operator + (const Matrix&, const DiagMatrix&);
8  extern OCTAVE_API Matrix operator - (const Matrix&, const DiagMatrix&);
9  extern OCTAVE_API Matrix operator * (const Matrix&, const DiagMatrix&);
10 #endif
Definition: dMatrix.h:42
#define OCTAVE_API
Definition: main.cc:55
Matrix operator*(const Matrix &, const DiagMatrix &)
Definition: mx-m-dm.cc:12
Matrix operator-(const Matrix &, const DiagMatrix &)
Definition: mx-m-dm.cc:12
Matrix operator+(const Matrix &, const DiagMatrix &)
Definition: mx-m-dm.cc:12