#include <../../nrnconf.h>
#include <stdio.h>
#include "matrix.h"
#include <math.h>
Go to the source code of this file.
|
| #define | max(a, b) ((a) > (b) ? (a) : (b)) |
| |
|
| static char | rcsid [] = "norm.c,v 1.1 1997/12/04 17:55:43 hines Exp" |
| |
◆ max
| #define max |
( |
|
a, |
|
|
|
b |
|
) |
| ((a) > (b) ? (a) : (b)) |
◆ _v_norm1()
| double _v_norm1 |
( |
VEC * |
x, |
|
|
VEC * |
scale |
|
) |
| |
◆ _v_norm2()
| double _v_norm2 |
( |
VEC * |
x, |
|
|
VEC * |
scale |
|
) |
| |
◆ _v_norm_inf()
| double _v_norm_inf |
( |
VEC * |
x, |
|
|
VEC * |
scale |
|
) |
| |
◆ cube()
◆ m_norm1()
| double m_norm1 |
( |
MAT * |
A | ) |
|
◆ m_norm_frob()
| double m_norm_frob |
( |
MAT * |
A | ) |
|
◆ m_norm_inf()
| double m_norm_inf |
( |
MAT * |
A | ) |
|
◆ square()
| double square |
( |
double |
x | ) |
|
◆ rcsid
| char rcsid[] = "norm.c,v 1.1 1997/12/04 17:55:43 hines Exp" |
|
static |