mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-06-22 00:42:02 +01:00
now HDF5, Minuit and NLopt are really optional dependencies
This commit is contained in:
@ -8,7 +8,7 @@ using namespace Latan;
|
||||
int main(void)
|
||||
{
|
||||
DMat A(2, 3), B(3, 2), C = DMat::Random(6, 6);
|
||||
const string fileName = "exMat.h5";
|
||||
const string fileName = "exMat.dat";
|
||||
|
||||
A << 1, 2, 3,
|
||||
4, 5, 6;
|
||||
|
Reference in New Issue
Block a user