NESSi  v1.0.2
The NonEquilibrium Systems Simulation Library

◆ set_dvector()

void linalg::set_dvector ( int  n,
void *  a,
dvector &  A 
)

Definition at line 27 of file linalg_eigen.cpp.

Referenced by real_sq_solve().

27  {
28  double *aa=(double*)a;
29  A=Eigen::Map<dvector>(aa,n);
30 }
+ Here is the caller graph for this function: