#include <../../nrnconf.h>
#include <stdio.h>
#include "matrix.h"
#include "matrix2.h"
#include <math.h>
Go to the source code of this file.
|
| void | givens (double x, double y, Real *c, Real *s) |
| |
| VEC * | rot_vec (VEC *x, u_int i, u_int k, double c, double s, VEC *out) |
| |
| MAT * | rot_rows (MAT *mat, u_int i, u_int k, double c, double s, MAT *out) |
| |
| MAT * | rot_cols (MAT *mat, u_int i, u_int k, double c, double s, MAT *out) |
| |
|
| static char | rcsid [] = "givens.c,v 1.1 1997/12/04 17:55:22 hines Exp" |
| |
◆ givens()
◆ rot_cols()
◆ rot_rows()
◆ rot_vec()
◆ rcsid
| char rcsid[] = "givens.c,v 1.1 1997/12/04 17:55:22 hines Exp" |
|
static |