389 |
|
|
390 |
/** |
/** |
391 |
\brief |
\brief |
392 |
swaps components axis_offset and axis_offset+1 |
swaps components axis0 and axis1 |
393 |
|
|
394 |
\param ev - Output - swapped components |
\param ev - Output - swapped components |
395 |
|
|
396 |
*/ |
*/ |
397 |
ESCRIPT_DLL_API |
ESCRIPT_DLL_API |
398 |
virtual void |
virtual void |
399 |
swap(DataAbstract* ev, int axis_offset); |
swapaxes(DataAbstract* ev, int axis0, int axis1); |
|
|
|
400 |
/** |
/** |
401 |
\brief |
\brief |
402 |
solves the eigenvalue problem this*V=ev*V for the eigenvalues ev |
solves the eigenvalue problem this*V=ev*V for the eigenvalues ev |