Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
blaze
math
shims
Clear.h
Go to the documentation of this file.
1
//=================================================================================================
33
//=================================================================================================
34
35
#ifndef _BLAZE_MATH_SHIMS_CLEAR_H_
36
#define _BLAZE_MATH_SHIMS_CLEAR_H_
37
38
39
namespace
blaze
{
40
41
//=================================================================================================
42
//
43
// CLEAR SHIM
44
//
45
//=================================================================================================
46
47
//*************************************************************************************************
57
template
<
typename
Type >
58
inline
void
clear
( Type& clearable )
59
{
60
clearable = Type(0);
61
}
62
//*************************************************************************************************
63
64
}
// namespace blaze
65
66
#endif
blaze
Namespace of the Blaze C++ math library.
Definition:
Blaze.h:57
blaze::clear
void clear(const DiagonalProxy< MT > &proxy)
Clearing the represented element.
Definition:
DiagonalProxy.h:841
Generated on Thu Jul 2 2015 04:55:15 by
1.8.9.1