14 #include <iostream.hpp>
dmatrix & operator*=(double d)
Multiply value to all elements in dmatrix.
dmatrix & operator=(const dmatrix &t)
Assign values in other to dmatrix.
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Description not yet available.
dvector value(const df1_one_vector &v)
dmatrix & operator/=(double d)
Divide value to all elements in dmatrix.