|
CoreFlow 1.0.0
A modern orchestration and execution runtime
|
#include <cstdlib>#include <iostream>#include <vector>#include <random>#include <iomanip>#include <string>#include <sstream>#include <COREFLOW/all.hpp>Functions | |
| void | printDigitPattern (const std::vector< float > &data) |
| Print the digit pattern to the console. | |
| std::vector< float > | createDigitFromInput (std::string &input) |
| Create a digit pattern from user input. | |
| int | main () |
| Main function. | |
| std::vector< float > createDigitFromInput | ( | std::string & | input | ) |
Create a digit pattern from user input.
| input | The user input |
| int main | ( | ) |
Main function.
| void printDigitPattern | ( | const std::vector< float > & | data | ) |
Print the digit pattern to the console.
| data | The digit pattern |