MPQC
3.0.0-alpha
|
An interface to enable matrix assignment from other containers. More...
#include <mpqc/math/matrix.hpp>
Public Member Functions | |
virtual void | assign_to (matrix &m) const =0 |
Assign data to matrix. | |
An interface to enable matrix assignment from other containers.
A container must implement assign_to function which will assign its data to a matrix. The purpose of this interface to avoid creating matrix intermediates.