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
Classes | Functions
PermMatrix.h File Reference
#include "octave-config.h"
#include "Array.h"
#include "mx-defs.h"
Include dependency graph for PermMatrix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PermMatrix
 

Functions

PermMatrix OCTAVE_API operator* (const PermMatrix &a, const PermMatrix &b)
 

Function Documentation

PermMatrix OCTAVE_API operator* ( const PermMatrix a,
const PermMatrix b 
)