16 dmatrix identity(min, max, min, max);
18 #ifndef SAFE_INITIALIZE
22 for (
int i = min; i <=
max; ++i)
24 identity.
elem(i, i) = 1;
dmatrix identity_matrix(int min, int max)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Description not yet available.
void initialize(void)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.