Defines

oct-norm.h File Reference

#include "oct-cmplx.h"
Include dependency graph for oct-norm.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define DECLARE_COLROW_NORM_FUNCS(PREFIX, RPREFIX, RTYPE)
#define DECLARE_XNORM_FUNCS(PREFIX, RTYPE)

Define Documentation

#define DECLARE_COLROW_NORM_FUNCS (   PREFIX,
  RPREFIX,
  RTYPE 
)
Value:
extern OCTAVE_API RPREFIX##RowVector xcolnorms (const PREFIX##Matrix&, RTYPE p = 2); \
  extern OCTAVE_API RPREFIX##ColumnVector xrownorms (const PREFIX##Matrix&, RTYPE p = 2); \

Definition at line 48 of file oct-norm.h.

#define DECLARE_XNORM_FUNCS (   PREFIX,
  RTYPE 
)
Value:
class PREFIX##Matrix; \
  class PREFIX##ColumnVector; \
  class PREFIX##RowVector; \
  \
  extern OCTAVE_API RTYPE xnorm (const PREFIX##ColumnVector&, RTYPE p = 2); \
  extern OCTAVE_API RTYPE xnorm (const PREFIX##RowVector&, RTYPE p = 2); \
  extern OCTAVE_API RTYPE xnorm (const PREFIX##Matrix&, RTYPE p = 2); \
  extern OCTAVE_API RTYPE xfrobnorm (const PREFIX##Matrix&);

Definition at line 30 of file oct-norm.h.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines