Data Structures | Typedefs | Functions
MinorProcessor.h File Reference
#include <kernel/linear_algebra/Cache.h>
#include <kernel/linear_algebra/Minor.h>
#include <string>

Go to the source code of this file.

Data Structures

class  MinorProcessor
 Class MinorProcessor implements the key methods for computing one or all sub-determinantes of a given size in a pre-defined matrix; either without caching or by using a cache. More...
 
class  IntMinorProcessor
 Class IntMinorProcessor is derived from class MinorProcessor. More...
 
class  PolyMinorProcessor
 Class PolyMinorProcessor is derived from class MinorProcessor. More...
 

Typedefs

typedef polyrec * poly
 

Functions

void printCounters (char *prefix, bool resetToZero)
 

Typedef Documentation

◆ poly

typedef polyrec* poly

Definition at line 7 of file MinorProcessor.h.

Function Documentation

◆ printCounters()

void printCounters ( char *  prefix,
bool  resetToZero 
)