Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GaussianProcessTuning/HeuristicLab.Eigen/HeuristicLab.Eigen.h @ 9562

Last change on this file since 9562 was 9562, checked in by gkronber, 11 years ago

#1967 worked on Gaussian process evolution.

File size: 306 bytes
Line 
1// HeuristicLab.Eigen.h
2
3#pragma once
4
5using namespace System;
6
7namespace 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.