File: tropicaldeterminant.h

package info (click to toggle)
gfan 0.5%2Bdfsg-5
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 8,296 kB
  • ctags: 5,612
  • sloc: cpp: 39,675; makefile: 453; sh: 1
file content (10 lines) | stat: -rw-r--r-- 225 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
#ifndef TROPICALDETERMINANT_H_INCLUDED
#define TROPICALDETERMINANT_H_INCLUDED

#include "matrix.h"

#define td_minusInfinity 0x80000000
int tropicalDeterminant(IntegerMatrix const &m);
void tropicalDeterminantTest();

#endif