GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
Go to the source code of this file.
Functions | |
static void | gripe_invalid_permutation (void) |
PermMatrix | operator* (const PermMatrix &a, const PermMatrix &b) |
|
static |
Definition at line 33 of file PermMatrix.cc.
Referenced by PermMatrix::setup().
PermMatrix operator* | ( | const PermMatrix & | a, |
const PermMatrix & | b | ||
) |
Definition at line 229 of file PermMatrix.cc.
References PermMatrix::col_perm_vec(), PermMatrix::columns(), gripe_nonconformant(), Array< T >::index(), and PermMatrix::rows().