22 #include <iostream.hpp>
47 for (
int i = min; i <=
max; ++i)
57 dmatrix tmp(min, max, cmin, cmax);
60 for (
int i = min; i <=
max; ++i)
86 for (
int i = min; i <=
max; ++i)
96 dmatrix tmp(min, max, cmin, cmax);
99 for (
int i = min; i <=
max; ++i)
101 *ptmpi =
mfexp(*pmi, d);
Vector of double precision numbers.
int indexmin() const
Get minimum valid index.
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.
int indexmax() const
Get maximum valid index.
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Description not yet available.