ergo
|
#include <grid_matrix.h>
Public Member Functions | |
virtual ergo_real | at (int row, int col) const =0 |
virtual bool | isSparse () const =0 |
virtual const SparseMatrix * | asSparse () const =0 |
virtual const ergo_real * | asFull () const =0 |
virtual | ~Matrix () |
|
inlinevirtual |
|
pure virtual |
Implemented in SparseMatrixWrapper, and FullMatrixWrapper.
Referenced by integrate_density_and_energy().
|
pure virtual |
Implemented in SparseMatrixWrapper, and FullMatrixWrapper.
Referenced by integrate_density_and_energy().
|
pure virtual |
Implemented in SparseMatrixWrapper, and FullMatrixWrapper.
Referenced by compute_grid_thread_func(), get_product_distrs(), and hicu_grid_generate().
|
pure virtual |
Implemented in SparseMatrixWrapper, and FullMatrixWrapper.
Referenced by hicu_grid_generate(), and integrate_density_and_energy().