#include <../../nrnconf.h>
#include <stdio.h>
#include "zmatrix.h"
#include "zmatrix2.h"
#include <math.h>
Go to the source code of this file.
|
| void | zgivens (complex x, complex y, Real *c, complex *s) |
| |
| ZVEC * | rot_zvec (ZVEC *x, int i, int k, double c, complex s, ZVEC *out) |
| |
| ZMAT * | zrot_rows (ZMAT *mat, int i, int k, double c, complex s, ZMAT *out) |
| |
| ZMAT * | zrot_cols (ZMAT *mat, int i, int k, double c, complex s, ZMAT *out) |
| |
|
| static char | rcsid [] = "$Id: " |
| |
◆ rot_zvec()
◆ zgivens()
◆ zrot_cols()
◆ zrot_rows()
◆ rcsid