fix bug--forgot to put the functions into nameless namespace
This commit is contained in:
@@ -31,6 +31,8 @@ namespace data {
|
||||
|
||||
namespace details{
|
||||
|
||||
namespace{
|
||||
|
||||
template<typename Tokenizer>
|
||||
std::vector<std::string> ToTokens(Tokenizer &lineTok)
|
||||
{
|
||||
@@ -97,6 +99,8 @@ void MapToNumerical(const std::vector<std::string> &tokens,
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
template<typename eT>
|
||||
bool inline inplace_transpose(arma::Mat<eT>& X)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user