$search
#include "include.h"
#include <stdlib.h>
#include "include.h"
Go to the source code of this file.
| |
#define | REPORT {} |
#define | WANT_MATH |
static int | my_max (int x, int y) |
static int | my_min (int x, int y) |
Real | square (Real x) |
Band-matrix member functions.
Definition in file bandmat.cpp.
#define REPORT {} |
Definition at line 28 of file bandmat.cpp.
#define WANT_MATH |
Definition at line 10 of file bandmat.cpp.
static int my_max | ( | int | x, | |
int | y | |||
) | [inline, static] |
Definition at line 32 of file bandmat.cpp.
static int my_min | ( | int | x, | |
int | y | |||
) | [inline, static] |
Definition at line 31 of file bandmat.cpp.
Real square | ( | Real | x | ) | [inline] |
Definition at line 672 of file bandmat.cpp.