GNU Octave  4.4.1
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"
Include dependency graph for PermMatrix.cc:

Go to the source code of this file.

Functions

static OCTAVE_NORETURN void err_invalid_permutation (void)
 
PermMatrix operator* (const PermMatrix &a, const PermMatrix &b)
 

Function Documentation

◆ err_invalid_permutation()

static OCTAVE_NORETURN void err_invalid_permutation ( void  )
static

Definition at line 34 of file PermMatrix.cc.

Referenced by PermMatrix::setup().

◆ operator*()

PermMatrix 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().