Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
blaze
math
shims
Reset.h
Go to the documentation of this file.
1
//=================================================================================================
33
//=================================================================================================
34
35
#ifndef _BLAZE_MATH_SHIMS_RESET_H_
36
#define _BLAZE_MATH_SHIMS_RESET_H_
37
38
39
namespace
blaze {
40
41
//=================================================================================================
42
//
43
// RESET SHIM
44
//
45
//=================================================================================================
46
47
//*************************************************************************************************
57
template
<
typename
Type >
58
inline
void
reset
( Type& resettable )
59
{
60
resettable = Type(0);
61
}
62
//*************************************************************************************************
63
64
}
// namespace blaze
65
66
#endif
blaze::reset
void reset(DynamicMatrix< Type, SO > &m)
Resetting the given dense matrix.
Definition:
DynamicMatrix.h:4512
Generated on Sun Jan 5 2014 09:03:28 by
1.8.5