20 dvector tmp(t1.indexmin(),t1.indexmax());
22 for (
int i=t1.indexmin(); i<=t1.indexmax(); i++)
41 for (i=nrl;i<=nrh;i++)
47 for (i=nrl;i<=nrh;i++)
61 int mmin=
M.indexmin();
62 int mmax=
M.indexmax();
63 for (
int i=mmin;i<=mmax;i++)
77 int mmin=
M.indexmin();
78 int mmax=
M.indexmax();
79 for (
int i=mmin;i<=mmax;i++)
94 for (
int i=mmin;i<=mmax;i++)
98 for (
int j=jmin;j<=jmax;j++)
117 for (
int i=mmin; i<=mmax; ++i)
121 for (
int j=jmin; j<=jmax; ++j)
136 int rmin=
M.indexmin();
137 int rmax=
M.indexmax();
139 for (
int i=rmin;i<=rmax;i++)
141 int cmin=
M(i).indexmin();
142 int cmax=
M(i).indexmax();
144 tmp(i).noallocate(cmin,cmax);
145 for (
int j=cmin;j<=cmax;j++)
161 for (
int i=rmin;i<=rmax;i++)
166 for (
int j=cmin;j<=cmax;j++)
180 int rmin=
M.indexmin();
181 int rmax=
M.indexmax();
183 for (
int i=rmin;i<=rmax;i++)
185 int cmin=
M(i).indexmin();
186 int cmax=
M(i).indexmax();
188 tmp(i).noallocate(cmin,cmax);
189 for (
int j=cmin;j<=cmax;j++)
204 int rmin=
M.indexmin();
205 int rmax=
M.indexmax();
207 for (
int i=rmin;i<=rmax;i++)
209 int cmin=
M(i).indexmin();
210 int cmax=
M(i).indexmax();
212 tmp(i).noallocate(cmin,cmax);
213 for (
int j=cmin;j<=cmax;j++)
215 tmp(i,j)=
log(
M(i,j));
228 int rmin=
M.indexmin();
229 int rmax=
M.indexmax();
231 for (
int i=rmin;i<=rmax;i++)
233 int cmin=
M(i).indexmin();
234 int cmax=
M(i).indexmax();
236 tmp(i).noallocate(cmin,cmax);
237 for (
int j=cmin;j<=cmax;j++)
239 tmp(i,j)=
sin(
M(i,j));
252 int rmin=
M.indexmin();
253 int rmax=
M.indexmax();
255 for (
int i=rmin;i<=rmax;i++)
257 int cmin=
M(i).indexmin();
258 int cmax=
M(i).indexmax();
260 tmp(i).noallocate(cmin,cmax);
261 for (
int j=cmin;j<=cmax;j++)
263 tmp(i,j)=
cos(
M(i,j));
#define ADUNCONST(type, obj)
Creates a shallow copy of obj that is not CONST.
Vector of double precision numbers.
Description not yet available.
d3_array sin(const d3_array &arr3)
Returns d3_array results with computed sin from elements in arr3.
void initialize(void)
Description not yet available.
Description not yet available.
df1b2matrix & operator=(const df3_one_matrix &)
d3_array mfexp(const d3_array &m)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Array of integers(int) with indexes from index_min to indexmax.
Description not yet available.
d3_array cos(const d3_array &arr3)
Returns d3_array results with computed cos from elements in arr3.
Description not yet available.
Description not yet available.
dvector value(const df1_one_vector &v)
double square(const double value)
Return square of value; constant object.
d3_array log(const d3_array &arr3)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.