MOOCHO (Single Doxygen Collection)
Version of the Day
|
#include <limits>
#include <math.h>
#include "DenseLinAlgPack_Types.hpp"
#include "TestingHelperPack_update_success.hpp"
Go to the source code of this file.
Namespaces | |
DenseLinAlgPack | |
Test function for COOMatrix and COOMatrixSlice. | |
const value_type | DenseLinAlgPack::sqrt_eps = ::sqrt(std::numeric_limits<value_type>::epsilon()) |
bool | DenseLinAlgPack::comp (const DVectorSlice &vs1, const DVectorSlice &vs2) |
bool | DenseLinAlgPack::comp (const DVectorSlice &vs, value_type alpha) |
bool | DenseLinAlgPack::comp (const DMatrixSlice &gms1, BLAS_Cpp::Transp trans1, const DMatrixSlice &gms2, BLAS_Cpp::Transp trans2) |
bool | DenseLinAlgPack::comp (const DMatrixSlice &gms1, const DMatrixSlice &gms2) |
bool | DenseLinAlgPack::comp (const DMatrixSlice &gms1, value_type alpha) |
bool | DenseLinAlgPack::comp (const DMatrixSliceTriEle &tri_gms1, const DMatrixSliceTriEle &tri_gms2) |
bool | DenseLinAlgPack::comp (const DMatrixSliceTriEle &tri_gms1, value_type alpha) |
bool | DenseLinAlgPack::comp_less (const DVectorSlice &vs, value_type alpha) |