File: runSymbolicAnalysis.Rd

package info (click to toggle)
r-cran-tmb 1.9.17-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,344 kB
  • sloc: cpp: 52,049; ansic: 382; makefile: 11
file content (17 lines) | stat: -rw-r--r-- 512 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/TMB.R
\name{runSymbolicAnalysis}
\alias{runSymbolicAnalysis}
\title{Run symbolic analysis on sparse Hessian}
\usage{
runSymbolicAnalysis(obj)
}
\arguments{
\item{obj}{Output from \code{MakeADFun}}
}
\description{
Aggressively tries to reduce fill-in of sparse Cholesky factor by
running a full suite of ordering algorithms. NOTE: requires a
specialized installation of the package. More information is
available at the package URL.
}