LBANN  0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
number_theory.hpp File Reference
#include <vector>
Include dependency graph for number_theory.hpp:

Go to the source code of this file.

Namespaces

 lbann
 
 lbann::number_theory
 

Functions

int lbann::number_theory::prime (int n)
 
std::vector< int > lbann::number_theory::prime_factors (int n)
 
std::vector< int > lbann::number_theory::balanced_factors (int n, int num_factors)