utility.h File Reference
Go to the source code of this file.
|
Functions |
void | clear_real (double *array, int n) |
double | dot_real (double *vect_1, double *vect_2, int n) |
int | i_greater (int *p1, int *p2) |
void | zeroi (int n, int *v) |
void | minoni (int n, int *v) |
void | saxpy (double *v1, double *v2, double alpha, int n) |
void | copyi (int n, int *from, int *to) |
int | rcomp (double *p1, double *p2) |
void | move_real (double *from, double *to, int n) |
int | icomp (int *p1, int *p2) |
int | fcomp (float *p1, float *p2) |
Function Documentation
void clear_real |
( |
double * |
array, |
|
|
int |
n | |
|
) |
| | |
void copyi |
( |
int |
n, |
|
|
int * |
from, |
|
|
int * |
to | |
|
) |
| | |
double dot_real |
( |
double * |
vect_1, |
|
|
double * |
vect_2, |
|
|
int |
n | |
|
) |
| | |
int fcomp |
( |
float * |
p1, |
|
|
float * |
p2 | |
|
) |
| | |
int i_greater |
( |
int * |
p1, |
|
|
int * |
p2 | |
|
) |
| | |
int icomp |
( |
int * |
p1, |
|
|
int * |
p2 | |
|
) |
| | |
void minoni |
( |
int |
n, |
|
|
int * |
v | |
|
) |
| | |
void move_real |
( |
double * |
from, |
|
|
double * |
to, |
|
|
int |
n | |
|
) |
| | |
int rcomp |
( |
double * |
p1, |
|
|
double * |
p2 | |
|
) |
| | |
void saxpy |
( |
double * |
v1, |
|
|
double * |
v2, |
|
|
double |
alpha, |
|
|
int |
n | |
|
) |
| | |
void zeroi |
( |
int |
n, |
|
|
int * |
v | |
|
) |
| | |
Generated on Mon Oct 23 15:05:36 2006 for OpenSees by 1.5.0
|