source: src/lib/math/scmat/disthql.h@ 97a6bc

Last change on this file since 97a6bc was 5d30c1, checked in by Frederik Heber <heber@…>, 13 years ago

Initial commit based on 3.0.0alpha (here claimed as 2.4).

  • simply added all files.
  • Property mode set to 100644
File size: 239 bytes
RevLine 
[5d30c1]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
Note: See TracBrowser for help on using the repository browser.