source:
branches/HeuristicLab.Problems.GaussianProcessTuning/HeuristicLab.Eigen/HeuristicLab.Eigen.h
@
10736
Last change on this file since 10736 was 9562, checked in by gkronber, 11 years ago | |
---|---|
File size: 306 bytes |
Line | |
---|---|
1 | // HeuristicLab.Eigen.h |
2 | |
3 | #pragma once |
4 | |
5 | using namespace System; |
6 | |
7 | namespace HeuristicLabEigen { |
8 | |
9 | public ref class MyEigen |
10 | { |
11 | public: |
12 | void Solve(double a[], double x[], double alpha[], double invL[], double sqrSigmaNoise, int n, double* negLogLikelihood, int* computationInfo); |
13 | }; |
14 | } |
Note: See TracBrowser
for help on using the repository browser.