#include "FirstIncludes.h"
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <math.h>
#include <fstream>
#include <iostream>
#include <ostream>
#include <vector>
#include "MemoryDebug.h"
#include "Matrix.h"
#include "KKException.h"
#include "OSservices.h"
#include "KKStr.h"
Go to the source code of this file.
|
| #define | DBL_EPSILON 2.2204460492503131e-016 |
| |
| #define | SQR(X) ((X) * (X)) |
| |
|
| ostream & | operator<< (ostream &os, const Matrix &matrix) |
| |
| template<class T > |
| const T | SIGN (const T &a, const T &b) |
| |
| #define DBL_EPSILON 2.2204460492503131e-016 |
| #define SQR |
( |
|
X | ) |
((X) * (X)) |
| ostream& operator<< |
( |
ostream & |
os, |
|
|
const Matrix & |
matrix |
|
) |
| |
template<class T >
| const T SIGN |
( |
const T & |
a, |
|
|
const T & |
b |
|
) |
| |
|
inline |