Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
xerus
xerus
Commits
82865e49
Commit
82865e49
authored
May 27, 2017
by
Sebastian Wolf
Browse files
Adjust the copyright (year 2017) and a minor fix to misc +operator for iterators
parent
83e14fc2
Changes
145
Hide whitespace changes
Inline
Side-by-side
benchmark.cxx
View file @
82865e49
// Xerus - A General Purpose Tensor Library
// Copyright (C) 2014-201
6
Benjamin Huber and Sebastian Wolf.
// Copyright (C) 2014-201
7
Benjamin Huber and Sebastian Wolf.
//
// Xerus is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
doc/mainpage.md
View file @
82865e49
...
...
@@ -44,6 +44,6 @@ entry might look as follows
author = {Huber, Benjamin and Wolf, Sebastian},
title = {Xerus - A General Purpose Tensor Library},
howpublished = {\url{https://libxerus.org/}},
year = {2014--201
6
}
year = {2014--201
7
}
}
~~~
include/xerus.h
View file @
82865e49
// Xerus - A General Purpose Tensor Library
// Copyright (C) 2014-201
6
Benjamin Huber and Sebastian Wolf.
// Copyright (C) 2014-201
7
Benjamin Huber and Sebastian Wolf.
//
// Xerus is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
include/xerus/algorithms/adf.h
View file @
82865e49
// Xerus - A General Purpose Tensor Library
// Copyright (C) 2014-201
6
Benjamin Huber and Sebastian Wolf.
// Copyright (C) 2014-201
7
Benjamin Huber and Sebastian Wolf.
//
// Xerus is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
include/xerus/algorithms/als.h
View file @
82865e49
// Xerus - A General Purpose Tensor Library
// Copyright (C) 2014-201
6
Benjamin Huber and Sebastian Wolf.
// Copyright (C) 2014-201
7
Benjamin Huber and Sebastian Wolf.
//
// Xerus is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
include/xerus/algorithms/cg.h
View file @
82865e49
// Xerus - A General Purpose Tensor Library
// Copyright (C) 2014-201
6
Benjamin Huber and Sebastian Wolf.
// Copyright (C) 2014-201
7
Benjamin Huber and Sebastian Wolf.
//
// Xerus is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
include/xerus/algorithms/crossApproximation.h
View file @
82865e49
// Xerus - A General Purpose Tensor Library
// Copyright (C) 2014-201
6
Benjamin Huber and Sebastian Wolf.
// Copyright (C) 2014-201
7
Benjamin Huber and Sebastian Wolf.
//
// Xerus is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
include/xerus/algorithms/decompositionAls.h
View file @
82865e49
// Xerus - A General Purpose Tensor Library
// Copyright (C) 2014-201
6
Benjamin Huber and Sebastian Wolf.
// Copyright (C) 2014-201
7
Benjamin Huber and Sebastian Wolf.
//
// Xerus is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
include/xerus/algorithms/iht.h
View file @
82865e49
// Xerus - A General Purpose Tensor Library
// Copyright (C) 2014-201
6
Benjamin Huber and Sebastian Wolf.
// Copyright (C) 2014-201
7
Benjamin Huber and Sebastian Wolf.
//
// Xerus is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
include/xerus/algorithms/largestEntry.h
View file @
82865e49
// Xerus - A General Purpose Tensor Library
// Copyright (C) 2014-201
6
Benjamin Huber and Sebastian Wolf.
// Copyright (C) 2014-201
7
Benjamin Huber and Sebastian Wolf.
//
// Xerus is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
include/xerus/algorithms/retractions.h
View file @
82865e49
// Xerus - A General Purpose Tensor Library
// Copyright (C) 2014-201
6
Benjamin Huber and Sebastian Wolf.
// Copyright (C) 2014-201
7
Benjamin Huber and Sebastian Wolf.
//
// Xerus is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
include/xerus/algorithms/steepestDescent.h
View file @
82865e49
// Xerus - A General Purpose Tensor Library
// Copyright (C) 2014-201
6
Benjamin Huber and Sebastian Wolf.
// Copyright (C) 2014-201
7
Benjamin Huber and Sebastian Wolf.
//
// Xerus is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
include/xerus/algorithms/uqAdf.h
View file @
82865e49
// Xerus - A General Purpose Tensor Library
// Copyright (C) 2014-201
6
Benjamin Huber and Sebastian Wolf.
// Copyright (C) 2014-201
7
Benjamin Huber and Sebastian Wolf.
//
// Xerus is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
include/xerus/algorithms/xals.h
View file @
82865e49
// Xerus - A General Purpose Tensor Library
// Copyright (C) 2014-201
6
Benjamin Huber and Sebastian Wolf.
// Copyright (C) 2014-201
7
Benjamin Huber and Sebastian Wolf.
//
// Xerus is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
include/xerus/basic.h
View file @
82865e49
// Xerus - A General Purpose Tensor Library
// Copyright (C) 2014-201
6
Benjamin Huber and Sebastian Wolf.
// Copyright (C) 2014-201
7
Benjamin Huber and Sebastian Wolf.
//
// Xerus is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
include/xerus/blasLapackWrapper.h
View file @
82865e49
// Xerus - A General Purpose Tensor Library
// Copyright (C) 2014-201
6
Benjamin Huber and Sebastian Wolf.
// Copyright (C) 2014-201
7
Benjamin Huber and Sebastian Wolf.
//
// Xerus is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
include/xerus/cholmod_wrapper.h
View file @
82865e49
// Xerus - A General Purpose Tensor Library
// Copyright (C) 2014-201
6
Benjamin Huber and Sebastian Wolf.
// Copyright (C) 2014-201
7
Benjamin Huber and Sebastian Wolf.
//
// Xerus is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
include/xerus/contractionHeuristic.h
View file @
82865e49
// Xerus - A General Purpose Tensor Library
// Copyright (C) 2014-201
6
Benjamin Huber and Sebastian Wolf.
// Copyright (C) 2014-201
7
Benjamin Huber and Sebastian Wolf.
//
// Xerus is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
include/xerus/examples/specificLowRankTensors.h
View file @
82865e49
// Xerus - A General Purpose Tensor Library
// Copyright (C) 2014-201
6
Benjamin Huber and Sebastian Wolf.
// Copyright (C) 2014-201
7
Benjamin Huber and Sebastian Wolf.
//
// Xerus is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
include/xerus/examples/tensorCompletion.h
View file @
82865e49
// Xerus - A General Purpose Tensor Library
// Copyright (C) 2014-201
6
Benjamin Huber and Sebastian Wolf.
// Copyright (C) 2014-201
7
Benjamin Huber and Sebastian Wolf.
//
// Xerus is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Prev
1
2
3
4
5
…
8
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment