16 return !(
x) ? 0 : x.
size();
38 unsigned int size = 0;
44 for (
int i = min; i <=
max; ++i)
68 for (
int i=min;i<=
max;++i)
84 unsigned int size = 0;
90 for (
int i = min; i <=
max; ++i)
106 unsigned int size = 0;
112 for (
int i = min; i <=
max; ++i)
128 unsigned int size = 0;
134 for (
int i = min; i <=
max; ++i)
158 for (
int i=min;i<=
max;i++)
int size_count_partial(const dvector &x, int n)
Description not yet available.
Description not yet available.
unsigned int size() const
Description not yet available.
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Description not yet available.
Class definition of matrix with derivitive information .
unsigned int size_count(const dvector &x)
Returns total size of elements in vector x.
Description not yet available.