#include "FirstIncludes.h"
#include <stdlib.h>
#include <stdio.h>
#include <cmath>
#include <iostream>
#include <vector>
#include "MemoryDebug.h"
#include "KKBaseTypes.h"
#include "EigenVector.h"
#include "KKException.h"
#include "OSservices.h"
Go to the source code of this file.
|
| #define | SQR(X) ((X) * (X)) |
| |
|
| double | pythag (const double a, const double b) |
| |
| template<class T > |
| const T | SIGN (const T &a, const T &b) |
| |
| #define SQR |
( |
|
X | ) |
((X) * (X)) |
| double pythag |
( |
const double |
a, |
|
|
const double |
b |
|
) |
| |
template<class T >
| const T SIGN |
( |
const T & |
a, |
|
|
const T & |
b |
|
) |
| |
|
inline |