Major rework of headers inclusion style on behalf of lebedev.ri (issue 1079)

This commit is contained in:
michael
2011-12-17 12:08:57 -05:00
parent d5c07f18b5
commit bf71a01ca5
303 changed files with 1180 additions and 6702 deletions

View File

@@ -35,11 +35,11 @@ It's likely that I'll take apart and rerelease contents of this file (in the dis
and rather supporting material. SparseConjugateGradient alone is a workhorse I and a few others have been exploiting for a few years.
EdgePreservingDecomposition.h and EdgePreservingDecomposition.cpp are released under the following licence:
<09> It's free.
<09> You may not incorporate this code as part of proprietary or commercial software, but via freeware you may use its output for profit.
<09> You may modify and redistribute, but keep this big comment block intact and not for profit in any way unless I give specific permission.
<09> If you're unsure about anything else, treat as public domain.
<09> Don't be a dick.
<09> It's free.
<09> You may not incorporate this code as part of proprietary or commercial software, but via freeware you may use its output for profit.
<09> You may modify and redistribute, but keep this big comment block intact and not for profit in any way unless I give specific permission.
<09> If you're unsure about anything else, treat as public domain.
<09> Don't be a dick.
My email address is my screen name followed by @yahoo.com. I'm also known as ben_s or nonbasketless. Enjoy!
*/
@@ -47,8 +47,8 @@ My email address is my screen name followed by @yahoo.com. I'm also known as ben
#include <cmath>
#include <stdio.h>
#include <string.h>
#include <cstdio>
#include <cstring>
//This is for solving big symmetric positive definite linear problems.