Codebase list cppad / upstream/2015.00.00.7 doc / _base_alloc.hpp_xml.js
upstream/2015.00.00.7

Tree @upstream/2015.00.00.7 (Download .tar.gz)

_base_alloc.hpp_xml.js @upstream/2015.00.00.7raw · history · blame

var list_across0 = [
'_contents_xml.htm',
'_reference.xml',
'_index.xml',
'_search_xml.htm',
'_external.xml'
];
var list_up0 = [
'cppad.xml',
'ad.xml',
'base_require.xml',
'base_example.xml',
'base_alloc.hpp.xml'
];
var list_down3 = [
'ad_ctor.xml',
'ad_assign.xml',
'convert.xml',
'advalued.xml',
'boolvalued.xml',
'vecad.xml',
'base_require.xml'
];
var list_down2 = [
'base_member.xml',
'base_cond_exp.xml',
'base_identical.xml',
'base_ordered.xml',
'base_std_math.xml',
'base_example.xml'
];
var list_down1 = [
'base_alloc.hpp.xml',
'base_require.cpp.xml',
'base_adolc.hpp.xml',
'base_float.hpp.xml',
'base_double.hpp.xml',
'base_complex.hpp.xml'
];
var list_current0 = [
'base_alloc.hpp.xml#Purpose',
'base_alloc.hpp.xml#Include File',
'base_alloc.hpp.xml#Computed Assignment Macro',
'base_alloc.hpp.xml#Binary Operator Macro',
'base_alloc.hpp.xml#Boolean Operator Macro',
'base_alloc.hpp.xml#Class Definition',
'base_alloc.hpp.xml#CondExpOp',
'base_alloc.hpp.xml#CondExpRel',
'base_alloc.hpp.xml#EqualOpSeq',
'base_alloc.hpp.xml#Identical',
'base_alloc.hpp.xml#Output Operator',
'base_alloc.hpp.xml#Integer',
'base_alloc.hpp.xml#Ordered',
'base_alloc.hpp.xml#Unary Standard Math',
'base_alloc.hpp.xml#erf',
'base_alloc.hpp.xml#sign',
'base_alloc.hpp.xml#pow',
'base_alloc.hpp.xml#limits'
];
function choose_across0(item)
{	var index          = item.selectedIndex;
	item.selectedIndex = 0;
	if(index > 0)
		document.location = list_across0[index-1];
}
function choose_up0(item)
{	var index          = item.selectedIndex;
	item.selectedIndex = 0;
	if(index > 0)
		document.location = list_up0[index-1];
}
function choose_down3(item)
{	var index          = item.selectedIndex;
	item.selectedIndex = 0;
	if(index > 0)
		document.location = list_down3[index-1];
}
function choose_down2(item)
{	var index          = item.selectedIndex;
	item.selectedIndex = 0;
	if(index > 0)
		document.location = list_down2[index-1];
}
function choose_down1(item)
{	var index          = item.selectedIndex;
	item.selectedIndex = 0;
	if(index > 0)
		document.location = list_down1[index-1];
}
function choose_down0(item)
{	var index          = item.selectedIndex;
	item.selectedIndex = 0;
	if(index > 0)
		document.location = list_down0[index-1];
}
function choose_current0(item)
{	var index          = item.selectedIndex;
	item.selectedIndex = 0;
	if(index > 0)
		document.location = list_current0[index-1];
}