GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
PermMatrix.cc File Reference
#include "PermMatrix.h"
#include "idx-vector.h"
#include "Array-util.h"
#include "oct-locbuf.h"

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator*()