GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
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

◆ operator*()

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

Definition at line 208 of file PermMatrix.cc.

References a, b, octave::err_nonconformant(), and Array< T >::index().