MOOCHO (Single Doxygen Collection)
Version of the Day
|
#include "DenseLinAlgPack_Types.hpp"
Go to the source code of this file.
Namespaces | |
DenseLinAlgPack | |
Test function for COOMatrix and COOMatrixSlice. | |
void | DenseLinAlgPack::assign (DMatrix *gm_lhs, value_type alpha) |
gm_lhs = alpha (elementwise) More... | |
void | DenseLinAlgPack::assign (DMatrix *gm_lhs, const DMatrixSlice &gms_rhs, BLAS_Cpp::Transp trans_rhs) |
gm_lhs = op(gms_rhs) More... | |
void | DenseLinAlgPack::assign (DMatrixSlice *gms_lhs, value_type alpha) |
gms_lhs = alpha (elementwise) More... | |
void | DenseLinAlgPack::assign (DMatrixSlice *gms_lhs, const DMatrixSlice &gms_rhs, BLAS_Cpp::Transp trans_rhs) |
gms_lhs = op(gms_rhs) More... | |
void | DenseLinAlgPack::assign (DMatrixSliceTriEle *tri_gms_lhs, value_type alpha) |
tri_ele_gms_lhs = alpha (elementwise) More... | |
void | DenseLinAlgPack::assign (DMatrixSliceTriEle *tri_ele_gms_lhs, const DMatrixSliceTriEle &tri_ele_gms_rhs) |
tri_ele_gms_lhs = tri_ele_gms_rhs More... | |