Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
qbox-public
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
qbox
qbox-public
Commits
f030ffc0
Commit
f030ffc0
authored
Jun 07, 2017
by
Francois Gygi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix file headers
parent
d2a3c52a
Hide whitespace changes
Inline
Side-by-side
Showing
30 changed files
with
85 additions
and
26 deletions
+85
-26
AngleConstraint.C
src/AngleConstraint.C
+1
-1
AngleConstraint.h
src/AngleConstraint.h
+1
-1
AtomicExtForce.C
src/AtomicExtForce.C
+1
-1
AtomicExtForce.h
src/AtomicExtForce.h
+1
-1
Basis.h
src/Basis.h
+1
-1
BasisMapping.C
src/BasisMapping.C
+1
-1
BasisMapping.h
src/BasisMapping.h
+1
-1
Constraint.C
src/Constraint.C
+1
-1
Constraint.h
src/Constraint.h
+1
-1
DistanceConstraint.C
src/DistanceConstraint.C
+1
-1
DistanceConstraint.h
src/DistanceConstraint.h
+1
-1
ExtForce.C
src/ExtForce.C
+1
-1
ExtForce.h
src/ExtForce.h
+1
-1
GlobalExtForce.C
src/GlobalExtForce.C
+1
-1
GlobalExtForce.h
src/GlobalExtForce.h
+1
-1
PairExtForce.C
src/PairExtForce.C
+1
-1
PairExtForce.h
src/PairExtForce.h
+1
-1
PositionConstraint.C
src/PositionConstraint.C
+1
-1
PositionConstraint.h
src/PositionConstraint.h
+1
-1
Timer.h
src/Timer.h
+1
-1
TorsionConstraint.C
src/TorsionConstraint.C
+1
-1
TorsionConstraint.h
src/TorsionConstraint.h
+1
-1
blas.h
src/blas.h
+3
-1
jacobi.h
src/jacobi.h
+6
-0
jade.h
src/jade.h
+6
-0
testContext.C
src/testContext.C
+1
-1
testMatrix.C
src/testMatrix.C
+4
-1
testjacobi.C
src/testjacobi.C
+7
-1
uuid_str.C
src/uuid_str.C
+18
-0
uuid_str.h
src/uuid_str.h
+18
-0
No files found.
src/AngleConstraint.C
View file @
f030ffc0
...
...
@@ -12,7 +12,7 @@
//
////////////////////////////////////////////////////////////////////////////////
//
//
AngleConstraint.C
// AngleConstraint.C
//
////////////////////////////////////////////////////////////////////////////////
...
...
src/AngleConstraint.h
View file @
f030ffc0
...
...
@@ -12,7 +12,7 @@
//
////////////////////////////////////////////////////////////////////////////////
//
//
AngleConstraint.h
// AngleConstraint.h
//
////////////////////////////////////////////////////////////////////////////////
...
...
src/AtomicExtForce.C
View file @
f030ffc0
...
...
@@ -12,7 +12,7 @@
//
////////////////////////////////////////////////////////////////////////////////
//
//
AtomicExtForce.C
// AtomicExtForce.C
//
////////////////////////////////////////////////////////////////////////////////
...
...
src/AtomicExtForce.h
View file @
f030ffc0
...
...
@@ -12,7 +12,7 @@
//
////////////////////////////////////////////////////////////////////////////////
//
//
AtomicExtForce.h
// AtomicExtForce.h
//
////////////////////////////////////////////////////////////////////////////////
...
...
src/Basis.h
View file @
f030ffc0
...
...
@@ -12,7 +12,7 @@
//
////////////////////////////////////////////////////////////////////////////////
//
//
Basis.h
// Basis.h
//
////////////////////////////////////////////////////////////////////////////////
...
...
src/BasisMapping.C
View file @
f030ffc0
...
...
@@ -12,7 +12,7 @@
//
////////////////////////////////////////////////////////////////////////////////
//
//
BasisMapping.C
// BasisMapping.C
//
////////////////////////////////////////////////////////////////////////////////
...
...
src/BasisMapping.h
View file @
f030ffc0
...
...
@@ -12,7 +12,7 @@
//
////////////////////////////////////////////////////////////////////////////////
//
//
BasisMapping.h
// BasisMapping.h
//
////////////////////////////////////////////////////////////////////////////////
...
...
src/Constraint.C
View file @
f030ffc0
...
...
@@ -12,7 +12,7 @@
//
////////////////////////////////////////////////////////////////////////////////
//
//
Constraint.C
// Constraint.C
//
////////////////////////////////////////////////////////////////////////////////
...
...
src/Constraint.h
View file @
f030ffc0
...
...
@@ -12,7 +12,7 @@
//
////////////////////////////////////////////////////////////////////////////////
//
//
Constraint.h
// Constraint.h
//
////////////////////////////////////////////////////////////////////////////////
...
...
src/DistanceConstraint.C
View file @
f030ffc0
...
...
@@ -12,7 +12,7 @@
//
////////////////////////////////////////////////////////////////////////////////
//
//
DistanceConstraint.C
// DistanceConstraint.C
//
////////////////////////////////////////////////////////////////////////////////
...
...
src/DistanceConstraint.h
View file @
f030ffc0
...
...
@@ -12,7 +12,7 @@
//
////////////////////////////////////////////////////////////////////////////////
//
//
DistanceConstraint.h
// DistanceConstraint.h
//
////////////////////////////////////////////////////////////////////////////////
...
...
src/ExtForce.C
View file @
f030ffc0
...
...
@@ -12,7 +12,7 @@
//
////////////////////////////////////////////////////////////////////////////////
//
//
ExtForce.C
// ExtForce.C
//
////////////////////////////////////////////////////////////////////////////////
...
...
src/ExtForce.h
View file @
f030ffc0
...
...
@@ -12,7 +12,7 @@
//
////////////////////////////////////////////////////////////////////////////////
//
//
ExtForce.h
// ExtForce.h
//
////////////////////////////////////////////////////////////////////////////////
...
...
src/GlobalExtForce.C
View file @
f030ffc0
...
...
@@ -12,7 +12,7 @@
//
////////////////////////////////////////////////////////////////////////////////
//
//
GlobalExtForce.C
// GlobalExtForce.C
//
////////////////////////////////////////////////////////////////////////////////
...
...
src/GlobalExtForce.h
View file @
f030ffc0
...
...
@@ -12,7 +12,7 @@
//
////////////////////////////////////////////////////////////////////////////////
//
//
GlobalExtForce.h
// GlobalExtForce.h
//
////////////////////////////////////////////////////////////////////////////////
...
...
src/PairExtForce.C
View file @
f030ffc0
...
...
@@ -12,7 +12,7 @@
//
////////////////////////////////////////////////////////////////////////////////
//
//
PairExtForce.C
// PairExtForce.C
//
////////////////////////////////////////////////////////////////////////////////
...
...
src/PairExtForce.h
View file @
f030ffc0
...
...
@@ -12,7 +12,7 @@
//
////////////////////////////////////////////////////////////////////////////////
//
//
PairExtForce.h
// PairExtForce.h
//
////////////////////////////////////////////////////////////////////////////////
...
...
src/PositionConstraint.C
View file @
f030ffc0
...
...
@@ -12,7 +12,7 @@
//
////////////////////////////////////////////////////////////////////////////////
//
//
PositionConstraint.C
// PositionConstraint.C
//
////////////////////////////////////////////////////////////////////////////////
...
...
src/PositionConstraint.h
View file @
f030ffc0
...
...
@@ -12,7 +12,7 @@
//
////////////////////////////////////////////////////////////////////////////////
//
//
PositionConstraint.h
// PositionConstraint.h
//
////////////////////////////////////////////////////////////////////////////////
...
...
src/Timer.h
View file @
f030ffc0
...
...
@@ -12,7 +12,7 @@
//
////////////////////////////////////////////////////////////////////////////////
//
//
Timer.h
// Timer.h
//
////////////////////////////////////////////////////////////////////////////////
...
...
src/TorsionConstraint.C
View file @
f030ffc0
...
...
@@ -12,7 +12,7 @@
//
////////////////////////////////////////////////////////////////////////////////
//
//
TorsionConstraint.C
// TorsionConstraint.C
//
////////////////////////////////////////////////////////////////////////////////
...
...
src/TorsionConstraint.h
View file @
f030ffc0
...
...
@@ -12,7 +12,7 @@
//
////////////////////////////////////////////////////////////////////////////////
//
//
TorsionConstraint.h
// TorsionConstraint.h
//
////////////////////////////////////////////////////////////////////////////////
...
...
src/blas.h
View file @
f030ffc0
...
...
@@ -12,9 +12,11 @@
//
////////////////////////////////////////////////////////////////////////////////
//
//
BLAS Header file
//
blas.h
//
////////////////////////////////////////////////////////////////////////////////
//
// BLAS Header file
#ifndef BLAS_H
#define BLAS_H
...
...
src/jacobi.h
View file @
f030ffc0
...
...
@@ -10,6 +10,12 @@
// See the file COPYING in the root directory of this distribution
// or <http://www.gnu.org/licenses/>.
//
////////////////////////////////////////////////////////////////////////////////
//
// jacobi.h
//
////////////////////////////////////////////////////////////////////////////////
#include <vector>
int
jacobi
(
int
maxsweep
,
double
tol
,
DoubleMatrix
&
a
,
DoubleMatrix
&
u
,
std
::
vector
<
double
>&
e
);
src/jade.h
View file @
f030ffc0
...
...
@@ -10,6 +10,12 @@
// See the file COPYING in the root directory of this distribution
// or <http://www.gnu.org/licenses/>.
//
////////////////////////////////////////////////////////////////////////////////
//
// jade.h
//
////////////////////////////////////////////////////////////////////////////////
#include <vector>
int
jade
(
int
maxsweep
,
double
tol
,
std
::
vector
<
DoubleMatrix
*>
a
,
DoubleMatrix
&
u
,
std
::
vector
<
std
::
vector
<
double
>
>
&
adiag
);
src/testContext.C
View file @
f030ffc0
...
...
@@ -12,7 +12,7 @@
//
////////////////////////////////////////////////////////////////////////////////
//
// testContext.
c
// testContext.
C
//
////////////////////////////////////////////////////////////////////////////////
...
...
src/testMatrix.C
View file @
f030ffc0
...
...
@@ -10,8 +10,11 @@
// See the file COPYING in the root directory of this distribution
// or <http://www.gnu.org/licenses/>.
//
////////////////////////////////////////////////////////////////////////////////
//
// testMatrix.C
//
//
test Matrix
//
//////////////////////////////////////////////////////////////////////////////
//
// multiply a matrix a(m,k) by b(k,n) to get c(m,n)
// using blocks of size (mb,nb) on a process grid (nprow,npcol)
...
...
src/testjacobi.C
View file @
f030ffc0
...
...
@@ -10,7 +10,13 @@
// See the file COPYING in the root directory of this distribution
// or <http://www.gnu.org/licenses/>.
//
// test the Jacobi implementation of the Matrix class
////////////////////////////////////////////////////////////////////////////////
//
// testjacobi.C
//
////////////////////////////////////////////////////////////////////////////////
//
// Test the Jacobi implementation of the Matrix class
//
// use: testjacobi nprow npcol n nb
//
...
...
src/uuid_str.C
View file @
f030ffc0
////////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2008 The Regents of the University of California
//
// This file is part of Qbox
//
// Qbox is distributed under the terms of the GNU General Public License
// as published by the Free Software Foundation, either version 2 of
// the License, or (at your option) any later version.
// See the file COPYING in the root directory of this distribution
// or <http://www.gnu.org/licenses/>.
//
////////////////////////////////////////////////////////////////////////////////
//
// uuid_str.C
//
////////////////////////////////////////////////////////////////////////////////
#if USE_UUID
#include <uuid/uuid.h>
#include "uuid_str.h"
...
...
src/uuid_str.h
View file @
f030ffc0
////////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2008 The Regents of the University of California
//
// This file is part of Qbox
//
// Qbox is distributed under the terms of the GNU General Public License
// as published by the Free Software Foundation, either version 2 of
// the License, or (at your option) any later version.
// See the file COPYING in the root directory of this distribution
// or <http://www.gnu.org/licenses/>.
//
////////////////////////////////////////////////////////////////////////////////
//
// uuid_str.h
//
////////////////////////////////////////////////////////////////////////////////
#include <string>
#if USE_UUID
std
::
string
uuid_str
(
void
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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