Collective Variables Module - Developer Documentation
Loading...
Searching...
No Matches
nr_jacobi.h
1// -*- c++ -*-
2
3// TODO These functions will be removed in the near future and replaced wtih
4// LGPL-compatible functions
5
6namespace NR_Jacobi {
7
9 int jacobi(cvm::real a[4][4], cvm::real d[4], cvm::real v[4][4], int *nrot);
10
12 int eigsrt(cvm::real d[4], cvm::real v[4][4]);
13
15 int transpose(cvm::real v[4][4]);
16
17}
18
double real
Defining an abstract real number allows to switch precision.
Definition: colvarmodule.h:95