GNU Octave  4.0.0
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
Functions
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 void gripe_invalid_permutation (void)
 
PermMatrix operator* (const PermMatrix &a, const PermMatrix &b)
 

Function Documentation

static void gripe_invalid_permutation ( void  )
static

Definition at line 33 of file PermMatrix.cc.

Referenced by PermMatrix::setup().

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