MPQC 2.3.1
disthql.h
1
2#ifndef _math_scmat_disthql_h
3#define _math_scmat_disthql_h
4
5#include <util/group/message.h>
6
7namespace sc {
8
9void dist_diagonalize(int n, int m, double *a, double *d, double *v,
10 const Ref<MessageGrp> &);
11
12}
13
14#endif

Generated at Wed Mar 27 2024 02:45:28 for MPQC 2.3.1 using the documentation package Doxygen 1.9.8.