KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Macros
foreground_mask.h File Reference

Definition for the Int_matrix class, a thin wrapper on the KJB Int_matrix struct and its related functionality. More...

#include "m_cpp/m_int_matrix.h"
#include <ostream>

Go to the source code of this file.

Classes

class  kjb::Foreground_mask
 

Namespaces

 kjb
 Classes and functions for dealing with trajectory files.
 

Macros

#define VERY_SMALL_POSITIVE_NUMBER   1e-20
 

Detailed Description

Definition for the Int_matrix class, a thin wrapper on the KJB Int_matrix struct and its related functionality.

Author
Luca Del Pero
Andrew Predoehl
Ernesto Brau

If you make changes to this file, PLEASE CONSIDER making parallel changes to m_matrix.h, whose structure closely parallels the structure of this file. Tip: use vimdiff on both files to show the parallel structure.

Although this class has much the same interface as class Matrix, they are not derived from a common abstract interface, because (1) we want as much speed as possible – this code should be eligible to put inside a tight inner loop; and (2) I don't know whether that would be useful.

Macro Definition Documentation

#define VERY_SMALL_POSITIVE_NUMBER   1e-20