17 cerr <<
"Error: matrix should be square"
18 <<
"in diagonal(const dmatrix&)";
24 for (
int i = min;i <=
max; ++i)
26 vector(i) = matrix(i, i);
dvector diagonal(const dmatrix &matrix)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Vector of double precision numbers.
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Description not yet available.