#include "PermMatrix.h"
#include "idx-vector.h"
#include "Array-util.h"
#include "oct-locbuf.h"
Go to the source code of this file.
Functions | |
static void | gripe_invalid_permutation (void) |
PermMatrix | operator* (const PermMatrix &a, const PermMatrix &b) |
static void gripe_invalid_permutation | ( | void | ) | [static] |
Definition at line 33 of file PermMatrix.cc.
Referenced by PermMatrix::PermMatrix().
PermMatrix operator* | ( | const PermMatrix & | a, | |
const PermMatrix & | b | |||
) |
Definition at line 192 of file PermMatrix.cc.
References PermMatrix::_colp, Array< T >::assign(), PermMatrix::columns(), gripe_nonconformant(), Array< T >::index(), PermMatrix::pvec(), and PermMatrix::rows().