GNU Octave  9.1.0
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"

Go to the source code of this file.

Classes

class  PermMatrix
 

Functions

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

Function Documentation

◆ operator*()