Changeset 8455 for trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/ICovarianceFunction.cs
- Timestamp:
- 08/09/12 09:33:23 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/ICovarianceFunction.cs
r8416 r8455 30 30 31 31 double GetCovariance(int i, int j); 32 double [] GetGradient(int i, int j);32 double GetGradient(int i, int j, int k); 33 33 } 34 34 }
Note: See TracChangeset
for help on using the changeset viewer.