![]() |
My Project
|
#include <string.h>#include "misc/auxiliary.h"#include "omalloc/omalloc.h"#include "omalloc/omallocClass.h"#include "coeffs/bigintmat.h"#include "reporter/reporter.h"Go to the source code of this file.
Data Structures | |
| class | intvec |
Macros | |
| #define | IMATELEM(M, I, J) (M)[(I-1)*(M).cols()+J-1] |
| #define | ivTest(v) do {} while (0) |
Functions | |
| intvec * | ivCopy (const intvec *o) |
| intvec * | ivAdd (intvec *a, intvec *b) |
| intvec * | ivAddShift (intvec *a, intvec *b, int s) |
| intvec * | ivSub (intvec *a, intvec *b) |
| intvec * | ivTranp (intvec *o) |
| int | ivTrace (intvec *o) |
| intvec * | ivMult (intvec *a, intvec *b) |
| void | ivTriangIntern (intvec *imat, int &ready, int &all) |
| intvec * | ivSolveKern (intvec *imat, int ready) |
| intvec * | ivConcat (intvec *a, intvec *b) |
| bigintmat * | iv2biv (intvec *hilb, const coeffs cf) |
Definition at line 851 of file intvec.cc.
Definition at line 249 of file intvec.cc.
Definition at line 442 of file intvec.cc.
| int ivTrace | ( | intvec * | o | ) |
| void ivTriangIntern | ( | intvec * | imat, |
| int & | ready, | ||
| int & | all ) |
Definition at line 404 of file intvec.cc.