aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-01-20 14:01:34 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-01-20 14:01:34 +0000
commit90a048616eccf03ea3ba1ff48f3548139a9a4bf3 (patch)
treea79082494fe5a9d495e67620bf236bcbf1cd434b /param.ccl
parent4fc46cfe1961ba2b7c54862f561d48f87e10a116 (diff)
add option for sparse matrix Jacobian storage
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@927 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index c898cbc..3abfcd9 100644
--- a/param.ccl
+++ b/param.ccl
@@ -131,8 +131,8 @@ keyword Jacobian_method "how do we compute the Jacobian matrix?"
#
keyword Jacobian_storage_method "how do we store the Jacobian matrix?"
{
-# at present this is the only option
"dense matrix" :: "dense matrix (inefficient at high angular resolution)"
+"row-oriented sparse matrix" :: "sparse matrix, row-oriented storage format"
} "dense matrix"
#