40 cerr <<
"Incompatible array bounds in "
41 "dmatrix(int nrl,int nrh, const ivector& ncl, const ivector& nch)\n";
50 cerr <<
" Error allocating memory in dmatrix contructor\n";
55 cerr <<
" Error allocating memory in dmatrix contructor\n";
60 cerr <<
"Created a dmatrix with adress "<< farptr_tolong(
m)<<
"\n";
66 int* pncl = ncl.
get_v() + nrl;
67 int* pnch = nch.
get_v() + nrl;
68 for (
int i = nrl; i <= nrh; ++i)
75 cerr <<
"Created a dvector with address "<< farptr_tolong((
void*)(
m+i))<<
"\n";
103 cerr <<
"Incompatible array bounds in "
104 "dmatrix(int nrl,int nrh, const ivector& ncl, const ivector& nch)\n";
113 cerr <<
" Error allocating memory in dmatrix contructor\n";
119 cerr <<
" Error allocating memory in dmatrix contructor\n";
124 cerr <<
"Created a dmatrix with adress "<< farptr_tolong(
m)<<
"\n";
130 int* pncl = ncl.
get_v() + nrl;
131 int* pnch = nch.
get_v() + nrl;
132 for (
int i = nrl; i <= nrh; ++i)
Description not yet available.
void myheapcheck(char *msg)
Does nothing.
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Description not yet available.
dmatrix(void)
Default constructor.
Vector of double precision numbers.
void allocate(int ncl, int ncu)
Allocate memory for a dvector.
Array of integers(int) with indexes from index_min to indexmax.
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
size_t pos(const adstring &substr, const adstring &s)
unsigned int rowsize() const
Description not yet available.